HomeSort by relevance Sort by last modified time
    Searched full:best_mode_index (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/
pickinter.c 448 int best_mode_index = 0; local
829 best_mode_index = mode_index;
868 if ((cpi->rd_baseline_thresh[best_mode_index] > 0) && (cpi->rd_baseline_thresh[best_mode_index] < (INT_MAX >> 2)))
870 int best_adjustment = (cpi->rd_thresh_mult[best_mode_index] >> 3);
872 cpi->rd_thresh_mult[best_mode_index] = (cpi->rd_thresh_mult[best_mode_index] >= (MIN_THRESHMULT + best_adjustment)) ? cpi->rd_thresh_mult[best_mode_index] - best_adjustment : MIN_THRESHMULT;
873 cpi->rd_threshes[best_mode_index] = (cpi->rd_baseline_thresh[best_mode_index] >> 7) * cpi->rd_thresh_mult[best_mode_index]
    [all...]
rdopt.c 1400 int best_mode_index = 0; local
    [all...]

Completed in 28 milliseconds