Searched refs:txb_eob_costs (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 249 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]; 863 const LV_MAP_EOB_COST *txb_eob_costs, int *rate_cost) { argument 871 get_eob_cost(init_eob, txb_eob_costs, txb_costs, tx_class); 914 get_eob_cost(si + 1, txb_eob_costs, txb_costs, tx_class); 1041 const LV_MAP_EOB_COST *txb_eob_costs, argument 1060 optimize_txb(txb_info, txb_costs, txb_eob_costs, rate_cost); 1150 const LV_MAP_EOB_COST *txb_eob_costs, argument 1167 txb_eob_costs, p, block, fast_mode, rate_cost); 1173 const LV_MAP_EOB_COST *txb_eob_costs, argument [all …]
|