Home
last modified time | relevance | path

Searched refs:VP8LColorCacheInsert (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/enc/
Dbackward_references.c327 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel); in BackwardReferencesHashChain()
339 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChain()
360 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel); in BackwardReferencesHashChain()
553 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainDistanceOnly()
586 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainDistanceOnly()
662 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainFollowChosenPath()
680 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath()
852 VP8LColorCacheInsert(&hashers, argb[pixel_index + k]); in ComputeCacheHistogram()
/external/chromium_org/third_party/libwebp/enc/
Dbackward_references.c327 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel); in BackwardReferencesHashChain()
339 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChain()
360 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel); in BackwardReferencesHashChain()
553 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainDistanceOnly()
586 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainDistanceOnly()
662 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainFollowChosenPath()
680 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath()
852 VP8LColorCacheInsert(&hashers, argb[pixel_index + k]); in ComputeCacheHistogram()
/external/chromium_org/third_party/libwebp/utils/
Dcolor_cache.h38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() function
/external/webp/src/utils/
Dcolor_cache.h38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() function
/external/webp/src/dec/
Dvp8l.c732 VP8LColorCacheInsert(color_cache, *last_cached++); \
765 VP8LColorCacheInsert(color_cache, *last_cached++); \
773 VP8LColorCacheInsert(color_cache, *last_cached++); \
/external/chromium_org/third_party/libwebp/dec/
Dvp8l.c733 VP8LColorCacheInsert(color_cache, *last_cached++); \
766 VP8LColorCacheInsert(color_cache, *last_cached++); \
774 VP8LColorCacheInsert(color_cache, *last_cached++); \