HomeSort by relevance Sort by last modified time
    Searched refs:VP8_RANDOM_TABLE_SIZE (Results 1 - 2 of 2) sorted by null

  /external/webp/src/utils/
random.h 25 #define VP8_RANDOM_TABLE_SIZE 55
29 uint32_t tab_[VP8_RANDOM_TABLE_SIZE];
46 if (++rg->index1_ == VP8_RANDOM_TABLE_SIZE) rg->index1_ = 0;
47 if (++rg->index2_ == VP8_RANDOM_TABLE_SIZE) rg->index2_ = 0;
random.c 20 static const uint32_t kRandomTable[VP8_RANDOM_TABLE_SIZE] = {

Completed in 29 milliseconds