Home
last modified time | relevance | path

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

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