Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references.c403 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel); in BackwardReferencesHashChain()
418 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChain()
437 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel); in BackwardReferencesHashChain()
635 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainDistanceOnly()
662 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainDistanceOnly()
741 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainFollowChosenPath()
758 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath()
917 VP8LColorCacheInsert(&hashers, argb[pixel_index + k]); in ComputeCacheEntropy()
/external/webp/src/utils/
Dcolor_cache.h38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() function
/external/webp/src/dec/
Dvp8l.c875 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
907 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
915 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()