Searched refs:VP8LColorCacheInit (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/3rdparty/libwebp/utils/ |
D | color_cache.c | 26 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() function
|
D | color_cache.h | 59 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
|
/external/webp/src/utils/ |
D | color_cache.c | 23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() function
|
D | color_cache.h | 66 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
|
/external/webp/src/enc/ |
D | backward_references.c | 349 if (use_color_cache && !VP8LColorCacheInit(&hashers, cache_bits)) { in BackwardReferencesRle() 401 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesLz77() 613 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainDistanceOnly() 741 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainFollowChosenPath() 848 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in ComputeCacheEntropy() 958 if (!VP8LColorCacheInit(&hashers, cache_bits)) return 0; in BackwardRefsWithLocalCache()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | backward_references.c | 280 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChain() 499 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainDistanceOnly() 643 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainFollowChosenPath() 831 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in ComputeCacheHistogram()
|
/external/webp/src/dec/ |
D | vp8l.c | 1355 if (!VP8LColorCacheInit(&hdr->color_cache_, color_cache_bits)) { in DecodeImageStream() 1602 if (!VP8LColorCacheInit(&dec->hdr_.saved_color_cache_, in VP8LDecodeImage()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8l.c | 1007 if (!VP8LColorCacheInit(&hdr->color_cache_, color_cache_bits)) { in DecodeImageStream()
|