Searched refs:hash_to_first_index_ (Results 1 – 2 of 2) sorted by relevance
188 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()
124 int32_t hash_to_first_index_[HASH_SIZE]; member