Searched refs:prev_cost (Results 1 – 2 of 2) sorted by relevance
124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
526 int prev_cost = 0; in av1_fill_coeff_costs() local536 pcost->lps_cost[ctx][i + j] = prev_cost + br_rate[j]; in av1_fill_coeff_costs()538 prev_cost += br_rate[j]; in av1_fill_coeff_costs()540 pcost->lps_cost[ctx][i] = prev_cost; in av1_fill_coeff_costs()