Searched refs:txb_costs (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 250 const LV_MAP_COEFF_COST *txb_costs, TX_CLASS tx_class) { argument 261 eob_cost += txb_costs->eob_extra_cost[eob_ctx][bit]; 326 const LV_MAP_COEFF_COST *const txb_costs, argument 336 cost += txb_costs->base_eob_cost[coeff_ctx][AOMMIN(abs_qc, 3) - 1]; 338 cost += txb_costs->base_cost[coeff_ctx][AOMMIN(abs_qc, 3)]; 341 cost += get_sign_bit_cost(qc, scan_idx, txb_costs->dc_sign_cost, 347 cost += get_br_cost(abs_qc, txb_costs->lps_cost[ctx]); 371 const LV_MAP_COEFF_COST *const txb_costs, argument 392 const int qc_cost = get_coeff_cost(qc, scan_idx, is_eob, txb_info, txb_costs, 424 get_coeff_cost(stats->low_qc, scan_idx, is_eob, txb_info, txb_costs, [all …]
|