Searched refs:VP8LColorCacheInsert (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/utils/ |
D | color_cache_utils.h | 51 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() function
|
/external/webp/src/enc/ |
D | backward_references_enc.c | 440 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesRle() 509 for (j = i; j < i + len; ++j) VP8LColorCacheInsert(&hashers, argb[j]); in BackwardReferencesLz77() 811 VP8LColorCacheInsert(&hashers, argb_literal); in BackwardRefsWithLocalCache() 819 VP8LColorCacheInsert(&hashers, argb[pixel_index++]); in BackwardRefsWithLocalCache()
|
D | backward_references_cost_enc.c | 134 if (use_color_cache) VP8LColorCacheInsert(hashers, color); in AddSingleLiteralWithCostModel() 730 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainFollowChosenPath() 743 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath()
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 1187 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData() 1222 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData() 1229 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
|