Searched refs:VP8LColorCacheClear (Results 1 – 5 of 5) sorted by relevance
35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear() function
79 void VP8LColorCacheClear(VP8LColorCache* const color_cache);
449 if (use_color_cache) VP8LColorCacheClear(&hashers); in BackwardReferencesRle()517 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesLz77()787 if (cc_init[i]) VP8LColorCacheClear(&hashers[i]); in CalculateBestCacheSize()824 VP8LColorCacheClear(&hashers); in BackwardRefsWithLocalCache()
679 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainDistanceOnly()752 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainFollowChosenPath()
1362 VP8LColorCacheClear(&hdr->color_cache_); in ClearMetadata()1363 VP8LColorCacheClear(&hdr->saved_color_cache_); in ClearMetadata()
Completed in 14 milliseconds