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

  /external/chromium_org/third_party/libwebp/utils/
color_cache.h 49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc,
  /external/webp/src/utils/
color_cache.h 49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc,
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 320 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
352 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
576 if (use_color_cache && VP8LColorCacheContains(&hashers, argb[i])) {
673 if (use_color_cache && VP8LColorCacheContains(&hashers, argb[i])) {
839 VP8LColorCacheContains(&hashers, argb[pixel_index])) {
  /external/webp/src/enc/
backward_references.c 320 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
352 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
576 if (use_color_cache && VP8LColorCacheContains(&hashers, argb[i])) {
673 if (use_color_cache && VP8LColorCacheContains(&hashers, argb[i])) {
839 VP8LColorCacheContains(&hashers, argb[pixel_index])) {

Completed in 28 milliseconds