Searched refs:VP8LColorCacheInsert (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | backward_references.c | 327 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/ |
D | backward_references.c | 327 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/ |
D | color_cache.h | 38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() function
|
/external/webp/src/utils/ |
D | color_cache.h | 38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() function
|
/external/webp/src/dec/ |
D | vp8l.c | 732 VP8LColorCacheInsert(color_cache, *last_cached++); \ 765 VP8LColorCacheInsert(color_cache, *last_cached++); \ 773 VP8LColorCacheInsert(color_cache, *last_cached++); \
|
/external/chromium_org/third_party/libwebp/dec/ |
D | vp8l.c | 733 VP8LColorCacheInsert(color_cache, *last_cached++); \ 766 VP8LColorCacheInsert(color_cache, *last_cached++); \ 774 VP8LColorCacheInsert(color_cache, *last_cached++); \
|