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

  /external/libvpx/vp8/encoder/
pickinter.c 849 cpi->rd_thresh_mult[mode_index] = (cpi->rd_thresh_mult[mode_index] >= (MIN_THRESHMULT + 2)) ? cpi->rd_thresh_mult[mode_index] - 2 : MIN_THRESHMULT;
873 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;
onyx_int.h 46 #define MIN_THRESHMULT 32
rdopt.c     [all...]

Completed in 27 milliseconds