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

  /external/webp/src/utils/
color_cache_utils.h 33 static WEBP_INLINE int HashPix(uint32_t argb, int shift) {
51 const int key = HashPix(argb, cc->hash_shift_);
57 return HashPix(argb, cc->hash_shift_);
63 const int key = HashPix(argb, cc->hash_shift_);
  /external/webp/src/enc/
backward_references_enc.c     [all...]
vp8l_enc.c 182 static WEBP_INLINE uint32_t HashPix(uint32_t pix) {
225 const uint32_t hash = HashPix(pix);
    [all...]

Completed in 1390 milliseconds