Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/utils/
Dcolor_cache.c26 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() function
Dcolor_cache.h59 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
/external/webp/src/utils/
Dcolor_cache.c23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() function
Dcolor_cache.h66 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
/external/webp/src/enc/
Dbackward_references.c349 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/
Dbackward_references.c280 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/
Dvp8l.c1355 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/
Dvp8l.c1007 if (!VP8LColorCacheInit(&hdr->color_cache_, color_cache_bits)) { in DecodeImageStream()