Home
last modified time | relevance | path

Searched refs:color_cache (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/utils/
Dcolor_cache.h57 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
60 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
/external/webp/src/dec/
Dvp8l.c692 VP8LColorCache* const color_cache = in DecodeImageData() local
725 if (color_cache != NULL) { in DecodeImageData()
727 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
758 if (color_cache != NULL) { in DecodeImageData()
760 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
766 assert(color_cache != NULL); in DecodeImageData()
768 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
770 *src = VP8LColorCacheLookup(color_cache, key); in DecodeImageData()
DAndroid.mk42 ../utils/color_cache.c \
/external/webp/src/enc/
DAndroid.mk47 ../utils/color_cache.c \