Searched refs:VP8LColorCacheInit (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/utils/ |
D | color_cache_utils.c | 23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() function
|
D | color_cache_utils.h | 73 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
|
/external/webp/src/enc/ |
D | backward_references_enc.c | 418 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()
|
D | backward_references_cost_enc.c | 590 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainDistanceOnly() 717 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainFollowChosenPath()
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 1457 if (!VP8LColorCacheInit(&hdr->color_cache_, color_cache_bits)) { in DecodeImageStream() 1717 if (!VP8LColorCacheInit(&dec->hdr_.saved_color_cache_, in VP8LDecodeImage()
|