Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c249 static int get_eob_cost(int eob, const LV_MAP_EOB_COST *txb_eob_costs, argument
255 eob_cost = txb_eob_costs->eob_cost[eob_multi_ctx][eob_pt - 1];
977 const LV_MAP_EOB_COST *txb_eob_costs, int *rate_cost) { argument
985 get_eob_cost(init_eob, txb_eob_costs, txb_costs, tx_class);
1028 get_eob_cost(si + 1, txb_eob_costs, txb_costs, tx_class);
1156 const LV_MAP_EOB_COST *txb_eob_costs, argument
1175 optimize_txb(txb_info, txb_costs, txb_eob_costs, rate_cost);
1265 const LV_MAP_EOB_COST *txb_eob_costs, argument
1282 txb_eob_costs, p, block, fast_mode, rate_cost);
1288 const LV_MAP_EOB_COST *txb_eob_costs, argument
[all …]