Searched refs:hash_to_first_index_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.h124 int32_t hash_to_first_index_[HASH_SIZE]; member in struct:VP8LHashChain
H A Dbackward_references.c188 p->hash_to_first_index_[i] = -1;
222 p->chain_[pos] = p->hash_to_first_index_[hash_code];
223 p->hash_to_first_index_[hash_code] = pos;
262 for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)];
/external/webp/src/enc/
H A Dbackward_references.h124 int32_t hash_to_first_index_[HASH_SIZE]; member in struct:VP8LHashChain
H A Dbackward_references.c188 p->hash_to_first_index_[i] = -1;
222 p->chain_[pos] = p->hash_to_first_index_[hash_code];
223 p->hash_to_first_index_[hash_code] = pos;
262 for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)];

Completed in 289 milliseconds