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

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

Completed in 119 milliseconds