Searched refs:VP8LColorCacheClear (Results 1 – 4 of 4) sorted by relevance
35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear() function
77 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
489 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()
1298 VP8LColorCacheClear(&hdr->color_cache_); in ClearMetadata()1299 VP8LColorCacheClear(&hdr->saved_color_cache_); in ClearMetadata()