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

  /external/libvpx/vp8/encoder/
rdopt.c 2422 int best_adjustment = (cpi->rd_thresh_mult[best_mode_index] >> 2); local
    [all...]
pickinter.c 889 int best_adjustment = (cpi->rd_thresh_mult[best_mode_index] >> 3); local
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;

Completed in 132 milliseconds