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

  /external/chromium_org/third_party/libwebp/utils/
color_cache.h 44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc,
  /external/webp/src/utils/
color_cache.h 44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc,
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 321 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
354 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
577 const int ix = VP8LColorCacheGetIndex(&hashers, argb[i]);
675 const int idx = VP8LColorCacheGetIndex(&hashers, argb[i]);
841 const int ix = VP8LColorCacheGetIndex(&hashers, argb[pixel_index]);
  /external/webp/src/enc/
backward_references.c 321 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
354 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
577 const int ix = VP8LColorCacheGetIndex(&hashers, argb[i]);
675 const int idx = VP8LColorCacheGetIndex(&hashers, argb[i]);
841 const int ix = VP8LColorCacheGetIndex(&hashers, argb[pixel_index]);

Completed in 25 milliseconds