HomeSort by relevance Sort by last modified time
    Searched full:rd_thresh_mult (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 757 cpi->rd_thresh_mult[mode_index] += 4;
759 if (cpi->rd_thresh_mult[mode_index] > MAX_THRESHMULT)
760 cpi->rd_thresh_mult[mode_index] = MAX_THRESHMULT;
764 cpi->rd_thresh_mult[mode_index];
    [all...]
rdopt.c     [all...]
onyx_int.h 356 int rd_thresh_mult[MAX_MODES]; member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 738 milliseconds