Home
last modified time | relevance | path

Searched refs:get_eob_cost (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, function
762 cost += get_eob_cost(eob, eob_costs, coeff_costs, tx_class);
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);
1573 get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class);
1717 const int eob_cost = get_eob_cost(eob, txb_eob_costs, txb_costs, tx_class);