HomeSort by relevance Sort by last modified time
    Searched refs:GetPixPairHash64 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 212 static WEBP_INLINE uint64_t GetPixPairHash64(const uint32_t* const argb) {
221 const uint64_t hash_code = GetPixPairHash64(argb);
262 for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)];
    [all...]
  /external/webp/src/enc/
backward_references.c 212 static WEBP_INLINE uint64_t GetPixPairHash64(const uint32_t* const argb) {
221 const uint64_t hash_code = GetPixPairHash64(argb);
262 for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)];
    [all...]

Completed in 46 milliseconds