OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AOM_ACCOUNTING_HASH_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/av1/decoder/
accounting.h
20
#define
AOM_ACCOUNTING_HASH_SIZE
(1021)
66
int16_t hash_dictionary[
AOM_ACCOUNTING_HASH_SIZE
];
accounting.c
28
return val %
AOM_ACCOUNTING_HASH_SIZE
;
43
if (hash ==
AOM_ACCOUNTING_HASH_SIZE
) hash = 0;
61
assert(
AOM_ACCOUNTING_HASH_SIZE
> 2 * MAX_SYMBOL_TYPES);
62
for (i = 0; i <
AOM_ACCOUNTING_HASH_SIZE
; i++)
Completed in 643 milliseconds