OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8_RANDOM_TABLE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/utils/
random_utils.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_utils.c
20
static const uint32_t kRandomTable[
VP8_RANDOM_TABLE_SIZE
] = {
Completed in 100 milliseconds