Searched refs:coeff_costs (Results 1 – 5 of 5) sorted by relevance
81 const LV_MAP_COEFF_COST *const coeff_costs = in av1_cost_skip_txb() local82 &x->coeff_costs[txs_ctx][plane_type]; in av1_cost_skip_txb()83 return coeff_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1]; in av1_cost_skip_txb()
740 const PLANE_TYPE plane_type, const LV_MAP_COEFF_COST *const coeff_costs, argument756 int cost = coeff_costs->txb_skip_cost[txb_skip_ctx][0];762 cost += get_eob_cost(eob, eob_costs, coeff_costs, tx_class);767 coeff_costs->lps_cost;775 cost += coeff_costs->base_eob_cost[coeff_ctx][AOMMIN(level, 3) - 1];788 cost += coeff_costs->dc_sign_cost[dc_sign_ctx][sign01];793 const int(*base_cost)[8] = coeff_costs->base_cost;822 cost += coeff_costs->dc_sign_cost[dc_sign_ctx][sign01];839 const LV_MAP_COEFF_COST *const coeff_costs = local840 &x->coeff_costs[txs_ctx][plane_type];[all …]
333 LV_MAP_COEFF_COST coeff_costs[TX_SIZES][PLANE_TYPES]; member
491 LV_MAP_COEFF_COST *pcost = &x->coeff_costs[tx_size][plane]; in av1_fill_coeff_costs()
3932 const int zero_blk_rate = x->coeff_costs[txs_ctx][PLANE_TYPE_Y] in set_skip_flag()5182 const int zero_blk_rate = x->coeff_costs[txs_ctx][PLANE_TYPE_Y] in try_tx_block_no_split()5519 const int zero_blk_rate = x->coeff_costs[txs_ctx][get_plane_type(0)] in tx_block_yrd()