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

  /external/libaom/libaom/av1/decoder/
accounting.c 38 while (accounting->hash_dictionary[hash] != -1) {
39 if (strcmp(dictionary->strs[accounting->hash_dictionary[hash]], str) == 0) {
40 return accounting->hash_dictionary[hash];
47 accounting->hash_dictionary[hash] = dictionary->num_strs;
63 accounting->hash_dictionary[i] = -1;
accounting.h 66 int16_t hash_dictionary[AOM_ACCOUNTING_HASH_SIZE]; member in struct:Accounting

Completed in 225 milliseconds