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 281 thresh = &cpi->rd_threshes[THR_NEWA];
286 thresh = &cpi->rd_threshes[THR_NEWG];
291 thresh = &cpi->rd_threshes[THR_NEWMV];
304 cpi->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100;
308 cpi->rd_threshes[i] = INT_MAX;
311 cpi->rd_baseline_thresh[i] = cpi->rd_threshes[i];
322 cpi->rd_threshes[i] = cpi->sf.thresh_mult[i] * q;
326 cpi->rd_threshes[i] = INT_MAX;
329 cpi->rd_baseline_thresh[i] = cpi->rd_threshes[i];
    [all...]
pickinter.c 555 if (best_rd <= cpi->rd_threshes[mode_index])
576 cpi->rd_threshes[mode_index] = (cpi->rd_baseline_thresh[mode_index] >> 7) * cpi->rd_thresh_mult[mode_index];
850 cpi->rd_threshes[mode_index] = (cpi->rd_baseline_thresh[mode_index] >> 7) * cpi->rd_thresh_mult[mode_index];
861 cpi->rd_threshes[mode_index] = (cpi->rd_baseline_thresh[mode_index] >> 7) * cpi->rd_thresh_mult[mode_index];
874 cpi->rd_threshes[best_mode_index] = (cpi->rd_baseline_thresh[best_mode_index] >> 7) * cpi->rd_thresh_mult[best_mode_index];
onyx_int.h 307 int rd_threshes[MAX_MODES]; member in struct:__anon5299

Completed in 19 milliseconds