Searched refs:VP8LColorCacheInsert (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/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/webp/src/enc/ |
D | backward_references.c | 372 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesRle() 435 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesLz77() 577 if (use_color_cache) VP8LColorCacheInsert(hashers, color); in AddSingleLiteralWithCostModel() 657 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainDistanceOnly() 756 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainFollowChosenPath() 773 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath() 879 VP8LColorCacheInsert(&hashers, *argb++); in ComputeCacheEntropy() 968 VP8LColorCacheInsert(&hashers, argb_literal); in BackwardRefsWithLocalCache() 976 VP8LColorCacheInsert(&hashers, argb[pixel_index++]); in BackwardRefsWithLocalCache()
|
/external/opencv3/3rdparty/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 | 45 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() function
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8l.c | 732 VP8LColorCacheInsert(color_cache, *last_cached++); \ 765 VP8LColorCacheInsert(color_cache, *last_cached++); \ 773 VP8LColorCacheInsert(color_cache, *last_cached++); \
|
/external/webp/src/dec/ |
D | vp8l.c | 1088 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData() 1121 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData() 1128 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
|