VP8LColorCache 699 3rdparty/libwebp/dec/vp8l.c VP8LColorCache* const color_cache = \ VP8LColorCache 50 3rdparty/libwebp/dec/vp8li.h VP8LColorCache color_cache_; VP8LColorCache 273 3rdparty/libwebp/enc/backward_references.c VP8LColorCache hashers; VP8LColorCache 486 3rdparty/libwebp/enc/backward_references.c VP8LColorCache hashers; VP8LColorCache 637 3rdparty/libwebp/enc/backward_references.c VP8LColorCache hashers; VP8LColorCache 826 3rdparty/libwebp/enc/backward_references.c VP8LColorCache hashers; VP8LColorCache 26 3rdparty/libwebp/utils/color_cache.c int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { VP8LColorCache 37 3rdparty/libwebp/utils/color_cache.c void VP8LColorCacheClear(VP8LColorCache* const cc) { VP8LColorCache 33 3rdparty/libwebp/utils/color_cache.h const VP8LColorCache* const cc, uint32_t key) { VP8LColorCache 38 3rdparty/libwebp/utils/color_cache.h static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, VP8LColorCache 44 3rdparty/libwebp/utils/color_cache.h static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, VP8LColorCache 49 3rdparty/libwebp/utils/color_cache.h static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, VP8LColorCache 59 3rdparty/libwebp/utils/color_cache.h int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits); VP8LColorCache 62 3rdparty/libwebp/utils/color_cache.h void VP8LColorCacheClear(VP8LColorCache* const color_cache);