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 848 cpi->rd_thresh_mult[mode_index] = (cpi->rd_thresh_mult[mode_index] >= (MIN_THRESHMULT + 2)) ? cpi->rd_thresh_mult[mode_index] - 2 : MIN_THRESHMULT;
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;
onyx_int.h 45 #define MIN_THRESHMULT 32
rdopt.c     [all...]

Completed in 26 milliseconds