Searched refs:lps_cost (Results 1 – 3 of 3) sorted by relevance
545 pcost->lps_cost[ctx][i + j] = prev_cost + br_rate[j]; in av1_fill_coeff_costs()549 pcost->lps_cost[ctx][i] = prev_cost; in av1_fill_coeff_costs()556 pcost->lps_cost[ctx][0 + COEFF_BASE_RANGE + 1] = in av1_fill_coeff_costs()557 pcost->lps_cost[ctx][0]; in av1_fill_coeff_costs()559 pcost->lps_cost[ctx][i + COEFF_BASE_RANGE + 1] = in av1_fill_coeff_costs()560 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]);786 const int(*lps_cost)[COEFF_BASE_RANGE + 1 + COEFF_BASE_RANGE + 1] = local787 coeff_costs->lps_cost;801 cost += get_br_cost(level, lps_cost[ctx]);825 cost += get_br_cost(level, lps_cost[ctx]);845 cost += get_br_cost(level, lps_cost[ctx]);1428 cost += get_br_cost_with_diff(abs_qc, txb_costs->lps_cost[br_ctx],1453 cost += get_br_cost(abs_qc, txb_costs->lps_cost[br_ctx]);1483 cost += get_br_cost(abs_qc, txb_costs->lps_cost[br_ctx]);
85 int lps_cost[LEVEL_CONTEXTS][COEFF_BASE_RANGE + 1 + COEFF_BASE_RANGE + 1]; member