Searched refs:temp_best_rdcost (Results 1 – 1 of 1) sorted by relevance
2495 int64_t temp_best_rdcost = best_rdc.rdcost; in rd_pick_sqr_partition() local2507 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()