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

  /external/libvpx/vp8/encoder/
pickinter.c 561 cpi->rd_thresh_mult[mode_index] += 4;
563 if (cpi->rd_thresh_mult[mode_index] > MAX_THRESHMULT)
564 cpi->rd_thresh_mult[mode_index] = MAX_THRESHMULT;
566 cpi->rd_threshes[mode_index] = (cpi->rd_baseline_thresh[mode_index] >> 7) * cpi->rd_thresh_mult[mode_index];
867 cpi->rd_thresh_mult[mode_index] = (cpi->rd_thresh_mult[mode_index] >= (MIN_THRESHMULT + 2)) ? cpi->rd_thresh_mult[mode_index] - 2 : MIN_THRESHMULT;
868 cpi->rd_threshes[mode_index] = (cpi->rd_baseline_thresh[mode_index] >> 7) * cpi->rd_thresh_mult[mode_index];
874 cpi->rd_thresh_mult[mode_index] += 4;
876 if (cpi->rd_thresh_mult[mode_index] > MAX_THRESHMULT
    [all...]
rdopt.c     [all...]
onyx_int.h 328 int rd_thresh_mult[MAX_MODES]; member in struct:__anon8495
onyx_if.c     [all...]

Completed in 186 milliseconds