Searched refs:this_rd_tmp (Results 1 – 1 of 1) sorted by relevance
12140 int64_t this_rd_tmp; in handle_intra_mode() local12150 this_rd_tmp = RDCOST(x->rdmult, this_rate_tmp, rd_stats_y_fi.dist); in handle_intra_mode()12152 if (this_rd_tmp != INT64_MAX && this_rd_tmp / 2 > search_state->best_rd) { in handle_intra_mode()12155 if (this_rd_tmp < best_rd_tmp) { in handle_intra_mode()12164 best_rd_tmp = this_rd_tmp; in handle_intra_mode()