Searched refs:lps_cost (Results 1 – 3 of 3) sorted by relevance
536 pcost->lps_cost[ctx][i + j] = prev_cost + br_rate[j]; in av1_fill_coeff_costs()540 pcost->lps_cost[ctx][i] = prev_cost; in av1_fill_coeff_costs()547 pcost->lps_cost[ctx][0 + COEFF_BASE_RANGE + 1] = in av1_fill_coeff_costs()548 pcost->lps_cost[ctx][0]; in av1_fill_coeff_costs()550 pcost->lps_cost[ctx][i + COEFF_BASE_RANGE + 1] = in av1_fill_coeff_costs()551 pcost->lps_cost[ctx][i] - pcost->lps_cost[ctx][i - 1]; in av1_fill_coeff_costs()
347 cost += get_br_cost(abs_qc, txb_costs->lps_cost[ctx]);766 const int(*lps_cost)[COEFF_BASE_RANGE + 1 + COEFF_BASE_RANGE + 1] = local767 coeff_costs->lps_cost;781 cost += get_br_cost(level, lps_cost[ctx]);805 cost += get_br_cost(level, lps_cost[ctx]);825 cost += get_br_cost(level, lps_cost[ctx]);1312 cost += get_br_cost_with_diff(abs_qc, txb_costs->lps_cost[br_ctx],1337 cost += get_br_cost(abs_qc, txb_costs->lps_cost[br_ctx]);1367 cost += get_br_cost(abs_qc, txb_costs->lps_cost[br_ctx]);
60 int lps_cost[LEVEL_CONTEXTS][COEFF_BASE_RANGE + 1 + COEFF_BASE_RANGE + 1]; member