Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodeframe.c2495 int64_t temp_best_rdcost = best_rdc.rdcost; in rd_pick_sqr_partition() local
2507 for (idx = 0; idx < 4 && sum_rdc.rdcost < temp_best_rdcost; ++idx) { in rd_pick_sqr_partition()
2519 (temp_best_rdcost == INT64_MAX) ? INT64_MAX in rd_pick_sqr_partition()
2520 : (temp_best_rdcost - sum_rdc.rdcost); in rd_pick_sqr_partition()