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

  /external/libvpx/vp8/encoder/
onyx_int.h 146 THR_NEWMV = 13,
onyx_if.c 528 sf->thresh_mult[THR_NEWMV ] = 1000;
544 sf->thresh_mult[THR_NEWMV ] = INT_MAX;
590 sf->thresh_mult[THR_NEWMV ] = 1500;
606 sf->thresh_mult[THR_NEWMV ] = INT_MAX;
644 sf->thresh_mult[THR_NEWMV ] = 2000;
686 sf->thresh_mult[THR_NEWMV ] = 2000;
818 sf->thresh_mult[THR_NEWMV ] = 2000;
830 sf->thresh_mult[THR_NEWMV ] = INT_MAX;
872 sf->thresh_mult[THR_NEWMV ] = 2000;
911 sf->thresh_mult[THR_NEWMV ] = 2000
    [all...]
rdopt.c 291 thresh = &cpi->rd_threshes[THR_NEWMV];
292 threshmult = cpi->sf.thresh_mult[THR_NEWMV];
    [all...]

Completed in 14 milliseconds