Home
last modified time | relevance | path

Searched refs:cur_inter_cost (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.c2162 const int64_t cur_inter_cost = in get_block_level_tpl_stats() local
2166 if (cur_inter_cost != 0 && (cur_inter_cost < best_inter_cost) && in get_block_level_tpl_stats()
2168 best_inter_cost = cur_inter_cost; in get_block_level_tpl_stats()
2182 int64_t cur_inter_cost; in prune_modes_based_on_tpl_stats() local
2199 cur_inter_cost = inter_cost_info_from_tpl->ref_inter_cost[refs[0] - 1]; in prune_modes_based_on_tpl_stats()
2207 cur_inter_cost = AOMMAX(inter_cost_ref0, inter_cost_ref1); in prune_modes_based_on_tpl_stats()
2213 if (cur_inter_cost > in prune_modes_based_on_tpl_stats()