Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/utils/
Dcolor_cache.h59 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
62 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
/external/webp/src/utils/
Dcolor_cache.h66 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
72 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
/external/webp/src/
DAndroid.mk70 utils/color_cache.c \
142 utils/color_cache.c \
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c699 VP8LColorCache* const color_cache = \
730 if (color_cache != NULL) { \
732 VP8LColorCacheInsert(color_cache, *last_cached++); \
763 if (color_cache != NULL) { \
765 VP8LColorCacheInsert(color_cache, *last_cached++); \
771 assert(color_cache != NULL); \
773 VP8LColorCacheInsert(color_cache, *last_cached++); \
775 *src = VP8LColorCacheLookup(color_cache, key); \
/external/webp/src/dec/
Dvp8l.c1036 VP8LColorCache* const color_cache = in DecodeImageData() local
1086 if (color_cache != NULL) { in DecodeImageData()
1088 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
1119 if (color_cache != NULL) { in DecodeImageData()
1121 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
1126 assert(color_cache != NULL); in DecodeImageData()
1128 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
1130 *src = VP8LColorCacheLookup(color_cache, key); in DecodeImageData()
/external/skia/gyp/
Dlibwebp.gyp219 '../third_party/externals/libwebp/src/utils/color_cache.c',