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

  /external/libvpx/vp8/encoder/
onyx_if.c 505 sf->thresh_mult[i] = 0;
511 sf->thresh_mult[THR_ZEROMV ] = 0;
512 sf->thresh_mult[THR_ZEROG ] = 0;
513 sf->thresh_mult[THR_ZEROA ] = 0;
514 sf->thresh_mult[THR_NEARESTMV] = 0;
515 sf->thresh_mult[THR_NEARESTG ] = 0;
516 sf->thresh_mult[THR_NEARESTA ] = 0;
517 sf->thresh_mult[THR_NEARMV ] = 0;
518 sf->thresh_mult[THR_NEARG ] = 0;
519 sf->thresh_mult[THR_NEARA ] = 0
    [all...]
onyx_int.h 176 int thresh_mult[MAX_MODES]; member in struct:__anon5293
rdopt.c 282 threshmult = cpi->sf.thresh_mult[THR_NEWA];
287 threshmult = cpi->sf.thresh_mult[THR_NEWG];
292 threshmult = cpi->sf.thresh_mult[THR_NEWMV];
302 if (cpi->sf.thresh_mult[i] < INT_MAX)
304 cpi->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100;
320 if (cpi->sf.thresh_mult[i] < (INT_MAX / q))
322 cpi->rd_threshes[i] = cpi->sf.thresh_mult[i] * q;
    [all...]

Completed in 17 milliseconds