Searched defs:VP8LHashPix (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/utils/
H A Dcolor_cache_utils.h35 static WEBP_INLINE int VP8LHashPix(uint32_t argb, int shift) { function
53 const int key = VP8LHashPix(argb, cc->hash_shift_);
59 return VP8LHashPix(argb, cc->hash_shift_);
65 const int key = VP8LHashPix(argb, cc->hash_shift_);

Completed in 105 milliseconds