Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/utils/
Dcolor_cache_utils.c23 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits) { in VP8LColorCacheInit()
35 void VP8LColorCacheClear(VP8LColorCache* const color_cache) { in VP8LColorCacheClear()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c1132 VP8LColorCache* const color_cache = in DecodeImageData() local
/third_party/ffmpeg/libavcodec/
Dwebp.c183 uint32_t *color_cache; /* color cache data */ member