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

/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c212 static WEBP_INLINE uint64_t GetPixPairHash64(const uint32_t* const argb) { function
221 const uint64_t hash_code = GetPixPairHash64(argb);
262 for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)];
/external/webp/src/enc/
H A Dbackward_references.c212 static WEBP_INLINE uint64_t GetPixPairHash64(const uint32_t* const argb) { function
221 const uint64_t hash_code = GetPixPairHash64(argb);
262 for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)];

Completed in 52 milliseconds