Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dcolor_cache_utils.h73 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
79 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8l_dec.c1128 VP8LColorCache* const color_cache = in DecodeImageData() local
1185 if (color_cache != NULL) { in DecodeImageData()
1187 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
1220 if (color_cache != NULL) { in DecodeImageData()
1222 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
1227 assert(color_cache != NULL); in DecodeImageData()
1229 VP8LColorCacheInsert(color_cache, *last_cached++); in DecodeImageData()
1231 *src = VP8LColorCacheLookup(color_cache, key); in DecodeImageData()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3151 02201c35 Merge "remove one malloc() by making color_cache non dynamic" into 0.2.0
3155 7f0c178e remove one malloc() by making color_cache non dynamic
3554 337914a0 add utils/color_cache.[hc] from experimental

Completed in 14 milliseconds