Lines Matching refs:best_rd
611 int best_rd = INT_MAX;
646 if (this_rd < best_rd)
651 best_rd = this_rd;
665 return best_rd;
669 int *rate_y, int *Distortion, int best_rd)
717 if(total_rd >= (long long)best_rd)
721 if(total_rd >= (long long)best_rd)
740 int best_rd = INT_MAX;
757 if (this_rd < best_rd)
760 best_rd = this_rd;
768 return best_rd;
810 int best_rd = INT_MAX;
835 if (this_rd < best_rd)
837 best_rd = this_rd;
849 return best_rd;
1303 MV *best_ref_mv, int best_rd,
1313 bsi.segment_rd = best_rd;
1339 if (bsi.segment_rd < best_rd)
1744 int best_rd = INT_MAX; // 1 << 30;
1873 if (best_rd <= cpi->rd_threshes[mode_index])
2370 if (this_rd < best_rd || x->skip)
2389 best_rd = this_rd;
2483 return best_rd;
2507 return best_rd;