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

  /external/libvpx/vp8/encoder/
rdopt.c 268 cpi->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100;
272 cpi->rd_threshes[i] = INT_MAX;
275 cpi->rd_baseline_thresh[i] = cpi->rd_threshes[i];
286 cpi->rd_threshes[i] = cpi->sf.thresh_mult[i] * q;
290 cpi->rd_threshes[i] = INT_MAX;
293 cpi->rd_baseline_thresh[i] = cpi->rd_threshes[i];
    [all...]
pickinter.c 545 if (best_rd <= cpi->rd_threshes[mode_index])
566 cpi->rd_threshes[mode_index] = (cpi->rd_baseline_thresh[mode_index] >> 7) * cpi->rd_thresh_mult[mode_index];
868 cpi->rd_threshes[mode_index] = (cpi->rd_baseline_thresh[mode_index] >> 7) * cpi->rd_thresh_mult[mode_index];
879 cpi->rd_threshes[mode_index] = (cpi->rd_baseline_thresh[mode_index] >> 7) * cpi->rd_thresh_mult[mode_index];
892 cpi->rd_threshes[best_mode_index] = (cpi->rd_baseline_thresh[best_mode_index] >> 7) * cpi->rd_thresh_mult[best_mode_index];
onyx_int.h 330 int rd_threshes[MAX_MODES]; member in struct:__anon8495

Completed in 680 milliseconds