Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dcolor_cache_utils.c35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear() function
Dcolor_cache_utils.h77 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
/external/webp/src/enc/
Dbackward_references_enc.c489 if (use_color_cache) VP8LColorCacheClear(&hashers); in BackwardReferencesRle()
555 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesLz77()
1409 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainDistanceOnly()
1482 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainFollowChosenPath()
1608 if (cc_init[i]) VP8LColorCacheClear(&hashers[i]); in ComputeCacheEntropies()
1689 VP8LColorCacheClear(&hashers); in BackwardRefsWithLocalCache()
/external/webp/src/dec/
Dvp8l_dec.c1298 VP8LColorCacheClear(&hdr->color_cache_); in ClearMetadata()
1299 VP8LColorCacheClear(&hdr->saved_color_cache_); in ClearMetadata()