Searched refs:hash_to_first_index_ (Results 1 – 3 of 3) sorted by relevance
38 int32_t hash_to_first_index_[HASH_SIZE]; member126 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()
202 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()
119 int32_t hash_to_first_index_[HASH_SIZE]; member