VP8LColorCacheInit 1127 third_party/libwebp/dec/vp8l.c     if (!VP8LColorCacheInit(&hdr->color_cache_, color_cache_bits)) {
VP8LColorCacheInit  289 third_party/libwebp/enc/backward_references.c     cc_init = VP8LColorCacheInit(&hashers, cache_bits);
VP8LColorCacheInit  502 third_party/libwebp/enc/backward_references.c     cc_init = VP8LColorCacheInit(&hashers, cache_bits);
VP8LColorCacheInit  643 third_party/libwebp/enc/backward_references.c     cc_init = VP8LColorCacheInit(&hashers, cache_bits);
VP8LColorCacheInit  831 third_party/libwebp/enc/backward_references.c     cc_init = VP8LColorCacheInit(&hashers, cache_bits);
VP8LColorCacheInit   59 third_party/libwebp/utils/color_cache.h int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);