Searched refs:get_dist_cost_stats (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 369 static void get_dist_cost_stats(LevelDownStats *const stats, const int scan_idx, function 436 get_dist_cost_stats(stats, scan_idx, is_eob, txb_costs, txb_info, tx_class); 883 get_dist_cost_stats(&stats, si, si == init_eob - 1, txb_costs, txb_info, 929 get_dist_cost_stats(&stats, si, 1, txb_costs, txb_info, tx_class); 978 get_dist_cost_stats(&stats, si, 0, txb_costs, txb_info, tx_class);
|