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 145 THR_NEWMV = 13,
onyx_if.c 624 sf->thresh_mult[THR_NEWMV ] = 1000;
640 sf->thresh_mult[THR_NEWMV ] = INT_MAX;
685 sf->thresh_mult[THR_NEWMV ] = 1500;
701 sf->thresh_mult[THR_NEWMV ] = INT_MAX;
742 sf->thresh_mult[THR_NEWMV ] = 2000;
784 sf->thresh_mult[THR_NEWMV ] = 2000;
916 sf->thresh_mult[THR_NEWMV ] = 2000;
928 sf->thresh_mult[THR_NEWMV ] = INT_MAX;
970 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 170 milliseconds