Lines Matching refs:hashers
122 const uint32_t* const argb, VP8LColorCache* const hashers, in AddSingleLiteralWithCostModel() argument
127 const int ix = use_color_cache ? VP8LColorCacheContains(hashers, color) : -1; in AddSingleLiteralWithCostModel()
134 if (use_color_cache) VP8LColorCacheInsert(hashers, color); in AddSingleLiteralWithCostModel()
578 VP8LColorCache hashers; in BackwardReferencesHashChainDistanceOnly() local
590 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainDistanceOnly()
606 AddSingleLiteralWithCostModel(argb, &hashers, cost_model, 0, use_color_cache, in BackwardReferencesHashChainDistanceOnly()
615 AddSingleLiteralWithCostModel(argb, &hashers, cost_model, i, in BackwardReferencesHashChainDistanceOnly()
679 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainDistanceOnly()
714 VP8LColorCache hashers; in BackwardReferencesHashChainFollowChosenPath() local
717 cc_init = VP8LColorCacheInit(&hashers, cache_bits); in BackwardReferencesHashChainFollowChosenPath()
730 VP8LColorCacheInsert(&hashers, argb[i + k]); in BackwardReferencesHashChainFollowChosenPath()
737 use_color_cache ? VP8LColorCacheContains(&hashers, argb[i]) : -1; in BackwardReferencesHashChainFollowChosenPath()
743 if (use_color_cache) VP8LColorCacheInsert(&hashers, argb[i]); in BackwardReferencesHashChainFollowChosenPath()
752 if (cc_init) VP8LColorCacheClear(&hashers); in BackwardReferencesHashChainFollowChosenPath()