Home
last modified time | relevance | path

Searched refs:VP8LColorCacheInit (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/utils/
Dcolor_cache_utils.c23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() function
Dcolor_cache_utils.h73 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
/external/webp/src/enc/
Dbackward_references_enc.c418 if (use_color_cache && !VP8LColorCacheInit(&hashers, cache_bits)) { in BackwardReferencesRle()
466 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesLz77()
720 cc_init[i] = VP8LColorCacheInit(&hashers[i], i); in CalculateBestCacheSize()
800 if (!VP8LColorCacheInit(&hashers, cache_bits)) return 0; in BackwardRefsWithLocalCache()
Dbackward_references_cost_enc.c590 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainDistanceOnly()
717 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainFollowChosenPath()
/external/webp/src/dec/
Dvp8l_dec.c1457 if (!VP8LColorCacheInit(&hdr->color_cache_, color_cache_bits)) { in DecodeImageStream()
1717 if (!VP8LColorCacheInit(&dec->hdr_.saved_color_cache_, in VP8LDecodeImage()