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

  /external/libvpx/vp8/encoder/
pickinter.c 438 int best_mode_index = 0; local
848 best_mode_index = mode_index;
887 if ((cpi->rd_baseline_thresh[best_mode_index] > 0) && (cpi->rd_baseline_thresh[best_mode_index] < (INT_MAX >> 2)))
889 int best_adjustment = (cpi->rd_thresh_mult[best_mode_index] >> 3);
891 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;
892 cpi->rd_threshes[best_mode_index] = (cpi->rd_baseline_thresh[best_mode_index] >> 7) * cpi->rd_thresh_mult[best_mode_index]
    [all...]
rdopt.c 1737 int best_mode_index = 0; local
    [all...]

Completed in 89 milliseconds