Searched refs:cc_init (Results 1 – 2 of 2) sorted by relevance
569 int cc_init = 0; in BackwardReferencesHashChainDistanceOnly() local590 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainDistanceOnly()591 if (!cc_init) goto Error; in BackwardReferencesHashChainDistanceOnly()679 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainDistanceOnly()713 int cc_init = 0; in BackwardReferencesHashChainFollowChosenPath() local717 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainFollowChosenPath()718 if (!cc_init) goto Error; in BackwardReferencesHashChainFollowChosenPath()752 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainFollowChosenPath()
492 int cc_init = 0; in BackwardReferencesLz77() local498 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesLz77()499 if (!cc_init) goto Error; in BackwardReferencesLz77()549 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesLz77()732 int cc_init[MAX_COLOR_CACHE_BITS + 1] = { 0 }; in CalculateBestCacheSize() local752 cc_init[i] = VP8LColorCacheInit(&hashers[i], i); in CalculateBestCacheSize()753 if (!cc_init[i]) goto Error; in CalculateBestCacheSize()825 if (cc_init[i]) VP8LColorCacheClear(&hashers[i]); in CalculateBestCacheSize()