Home
last modified time | relevance | path

Searched refs:coeff_costs (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.h81 const LV_MAP_COEFF_COST *const coeff_costs = in av1_cost_skip_txb() local
82 &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()
Dencodetxb.c740 const PLANE_TYPE plane_type, const LV_MAP_COEFF_COST *const coeff_costs, argument
756 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 = local
840 &x->coeff_costs[txs_ctx][plane_type];
[all …]
Dblock.h333 LV_MAP_COEFF_COST coeff_costs[TX_SIZES][PLANE_TYPES]; member
Drd.c491 LV_MAP_COEFF_COST *pcost = &x->coeff_costs[tx_size][plane]; in av1_fill_coeff_costs()
Drdopt.c3932 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()