Home
last modified time | relevance | path

Searched refs:AOM_ACCOUNTING_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/decoder/
Daccounting.c28 return val % AOM_ACCOUNTING_HASH_SIZE; in aom_accounting_hash()
43 if (hash == AOM_ACCOUNTING_HASH_SIZE) hash = 0; in aom_accounting_dictionary_lookup()
61 assert(AOM_ACCOUNTING_HASH_SIZE > 2 * MAX_SYMBOL_TYPES); in aom_accounting_init()
62 for (i = 0; i < AOM_ACCOUNTING_HASH_SIZE; i++) in aom_accounting_init()
Daccounting.h20 #define AOM_ACCOUNTING_HASH_SIZE (1021) macro
66 int16_t hash_dictionary[AOM_ACCOUNTING_HASH_SIZE];