Home | History | Annotate | Download | only in encoder

Lines Matching refs:best_mode_index

1751   int best_mode_index = 0;
2220 best_mode_index = mode_index;
2256 if ((cpi->rd_baseline_thresh[best_mode_index] > 0) &&
2257 (cpi->rd_baseline_thresh[best_mode_index] < (INT_MAX >> 2))) {
2258 int best_adjustment = (x->rd_thresh_mult[best_mode_index] >> 2);
2260 x->rd_thresh_mult[best_mode_index] =
2261 (x->rd_thresh_mult[best_mode_index] >=
2263 ? x->rd_thresh_mult[best_mode_index] - best_adjustment
2265 x->rd_threshes[best_mode_index] =
2266 (cpi->rd_baseline_thresh[best_mode_index] >> 7) *
2267 x->rd_thresh_mult[best_mode_index];