VP8LColorCache    830 third_party/libwebp/dec/vp8l.c   VP8LColorCache* const color_cache =
VP8LColorCache     50 third_party/libwebp/dec/vp8li.h   VP8LColorCache  color_cache_;
VP8LColorCache    282 third_party/libwebp/enc/backward_references.c   VP8LColorCache hashers;
VP8LColorCache    489 third_party/libwebp/enc/backward_references.c   VP8LColorCache hashers;
VP8LColorCache    637 third_party/libwebp/enc/backward_references.c   VP8LColorCache hashers;
VP8LColorCache    826 third_party/libwebp/enc/backward_references.c   VP8LColorCache hashers;
VP8LColorCache     22 third_party/libwebp/utils/color_cache.c int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) {
VP8LColorCache     33 third_party/libwebp/utils/color_cache.c void VP8LColorCacheClear(VP8LColorCache* const cc) {
VP8LColorCache     33 third_party/libwebp/utils/color_cache.h     const VP8LColorCache* const cc, uint32_t key) {
VP8LColorCache     38 third_party/libwebp/utils/color_cache.h static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc,
VP8LColorCache     44 third_party/libwebp/utils/color_cache.h static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc,
VP8LColorCache     49 third_party/libwebp/utils/color_cache.h static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc,
VP8LColorCache     59 third_party/libwebp/utils/color_cache.h int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
VP8LColorCache     62 third_party/libwebp/utils/color_cache.h void VP8LColorCacheClear(VP8LColorCache* const color_cache);