Searched refs:color_cache (Results 1 – 4 of 4) sorted by relevance
59 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);62 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
56 utils/color_cache.c \113 utils/color_cache.c \
839 VP8LColorCache* const color_cache = in DecodeImageData() local873 if (color_cache != NULL) { in DecodeImageData()875 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()905 if (color_cache != NULL) { in DecodeImageData()907 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()913 assert(color_cache != NULL); in DecodeImageData()915 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()917 *src = VP8LColorCacheLookup(color_cache, key); in DecodeImageData()
140 '../third_party/externals/libwebp/src/utils/color_cache.c',