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

  /external/webp/src/utils/
color_cache_utils.h 35 static WEBP_INLINE int VP8LHashPix(uint32_t argb, int shift) {
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_);
utils.c 270 key = VP8LHashPix(last_pix, COLOR_HASH_RIGHT_SHIFT);
  /external/webp/src/enc/
backward_references_enc.c 736 int key = VP8LHashPix(pix, 32 - cache_bits_max);
765 int key = VP8LHashPix(*argb, 32 - cache_bits_max);
    [all...]

Completed in 57 milliseconds