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

/external/webp/src/enc/
H A Dbackward_references_enc.c197 static WEBP_INLINE uint32_t GetPixPairHash64(const uint32_t* const argb) { function
282 hash_code = GetPixPairHash64(tmp);
289 hash_code = GetPixPairHash64(argb + pos);
296 chain[pos] = hash_to_first_index[GetPixPairHash64(argb + pos)];

Completed in 98 milliseconds