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