Searched refs:VP8LColorCacheInit (Results 1 - 4 of 4) sorted by relevance

/external/webp/src/utils/
H A Dcolor_cache.c22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { function
H A Dcolor_cache.h59 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
/external/webp/src/enc/
H A Dbackward_references.c365 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
583 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
721 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
896 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
/external/webp/src/dec/
H A Dvp8l.c1137 if (!VP8LColorCacheInit(&hdr->color_cache_, color_cache_bits)) {

Completed in 110 milliseconds