Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references.c188 p->hash_to_first_index_[i] = -1; in HashChainInit()
222 p->chain_[pos] = p->hash_to_first_index_[hash_code]; in HashChainInsert()
223 p->hash_to_first_index_[hash_code] = pos; in HashChainInsert()
262 for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)]; in HashChainFindCopy()
Dbackward_references.h124 int32_t hash_to_first_index_[HASH_SIZE]; member