Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.c38 int32_t hash_to_first_index_[HASH_SIZE]; member
126 p->hash_to_first_index_[i] = -1; in HashChainInit()
142 p->chain_[pos] = p->hash_to_first_index_[hash_code]; in HashChainInsert()
143 p->hash_to_first_index_[hash_code] = pos; in HashChainInsert()
179 for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)]; in HashChainFindCopy()
/external/webp/src/enc/
Dbackward_references.c202 memset(p->hash_to_first_index_, 0xff, in HashChainReset()
203 HASH_SIZE * sizeof(*p->hash_to_first_index_)); in HashChainReset()
241 p->chain_[pos] = p->hash_to_first_index_[hash_code]; in HashChainInsert()
242 p->hash_to_first_index_[hash_code] = pos; in HashChainInsert()
272 for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)]; in HashChainFindOffset()
299 for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)]; in HashChainFindCopy()
Dbackward_references.h119 int32_t hash_to_first_index_[HASH_SIZE]; member