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 585 sf->thresh_mult[i] = 0;
591 sf->thresh_mult[THR_ZEROMV ] = 0;
592 sf->thresh_mult[THR_ZEROG ] = 0;
593 sf->thresh_mult[THR_ZEROA ] = 0;
594 sf->thresh_mult[THR_NEARESTMV] = 0;
595 sf->thresh_mult[THR_NEARESTG ] = 0;
596 sf->thresh_mult[THR_NEARESTA ] = 0;
597 sf->thresh_mult[THR_NEARMV ] = 0;
598 sf->thresh_mult[THR_NEARG ] = 0;
599 sf->thresh_mult[THR_NEARA ] = 0
    [all...]
onyx_int.h 181 int thresh_mult[MAX_MODES]; member in struct:__anon8488
rdopt.c 266 if (cpi->sf.thresh_mult[i] < INT_MAX)
268 cpi->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100;
284 if (cpi->sf.thresh_mult[i] < (INT_MAX / q))
286 cpi->rd_threshes[i] = cpi->sf.thresh_mult[i] * q;
    [all...]

Completed in 398 milliseconds