Searched refs:get_coeff_cost (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 324 static int get_coeff_cost(const tran_low_t qc, const int scan_idx, function 392 const int qc_cost = get_coeff_cost(qc, scan_idx, is_eob, txb_info, txb_costs, 424 get_coeff_cost(stats->low_qc, scan_idx, is_eob, txb_info, txb_costs, 444 const int qc_eob_cost = get_coeff_cost(qc, scan_idx, 1, txb_info, txb_costs, 449 get_coeff_cost(stats->low_qc, scan_idx, 1, txb_info, txb_costs,
|