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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 204 int thresh_max = INT_MAX / (q * rd_thresh_block_size_factor[bsize]); local
207 if (cpi->sf.thresh_mult[i] < thresh_max) {
217 if (cpi->sf.thresh_mult_sub8x8[i] < thresh_max) {
    [all...]

Completed in 577 milliseconds