Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dcolor_cache.h59 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
62 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
/external/webp/src/
DAndroid.mk56 utils/color_cache.c \
113 utils/color_cache.c \
/external/webp/src/dec/
Dvp8l.c839 VP8LColorCache* const color_cache = in DecodeImageData() local
873 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()
/external/skia/gyp/
Dlibwebp.gyp140 '../third_party/externals/libwebp/src/utils/color_cache.c',