Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/utils/
Dcolor_cache.c37 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear() function
Dcolor_cache.h62 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
/external/webp/src/utils/
Dcolor_cache.c35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear() function
Dcolor_cache.h72 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
/external/webp/src/enc/
Dbackward_references.c381 if (use_color_cache) VP8LColorCacheClear(&hashers); in BackwardReferencesRle()
469 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesLz77()
700 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainDistanceOnly()
785 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainFollowChosenPath()
888 if (cc_init) VP8LColorCacheClear(&hashers); in ComputeCacheEntropy()
981 VP8LColorCacheClear(&hashers); in BackwardRefsWithLocalCache()
/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.c369 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChain()
594 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainDistanceOnly()
691 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainFollowChosenPath()
860 if (cc_init) VP8LColorCacheClear(&hashers); in ComputeCacheHistogram()
/external/webp/src/dec/
Dvp8l.c1260 VP8LColorCacheClear(&hdr->color_cache_); in ClearMetadata()
1261 VP8LColorCacheClear(&hdr->saved_color_cache_); in ClearMetadata()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c915 VP8LColorCacheClear(&hdr->color_cache_); in ClearMetadata()