Home | History | Annotate | Download | only in encoder

Lines Matching defs:best_mode_index

1953     int best_mode_index = 0;
2460 best_mode_index = mode_index;
2500 if ((cpi->rd_baseline_thresh[best_mode_index] > 0) && (cpi->rd_baseline_thresh[best_mode_index] < (INT_MAX >> 2)))
2502 int best_adjustment = (x->rd_thresh_mult[best_mode_index] >> 2);
2504 x->rd_thresh_mult[best_mode_index] =
2505 (x->rd_thresh_mult[best_mode_index] >=
2507 x->rd_thresh_mult[best_mode_index] - best_adjustment :
2509 x->rd_threshes[best_mode_index] =
2510 (cpi->rd_baseline_thresh[best_mode_index] >> 7) *
2511 x->rd_thresh_mult[best_mode_index];
2559 best_mode_index = mode_index;