Home | History | Annotate | Download | only in encoder

Lines Matching full:rd_threshes

287                 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100;
291 x->rd_threshes[i] = INT_MAX;
294 cpi->rd_baseline_thresh[i] = x->rd_threshes[i];
305 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q;
309 x->rd_threshes[i] = INT_MAX;
312 cpi->rd_baseline_thresh[i] = x->rd_threshes[i];
2029 if (best_mode.rd <= x->rd_threshes[mode_index])
2087 x->rd_threshes[mode_index] =
2180 x->rd_threshes[THR_NEW1] : x->rd_threshes[THR_NEW3];
2182 x->rd_threshes[THR_NEW2] : this_rd_thresh;
2490 x->rd_threshes[mode_index] =
2509 x->rd_threshes[best_mode_index] =