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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 249 const int thresh_max = INT_MAX / t; local
254 rd->thresh_mult[i] < thresh_max
260 rd->thresh_mult_sub8x8[i] < thresh_max
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 259 const int thresh_max = INT_MAX / t; local
263 cpi->rd_thresh_mult[i] < thresh_max ? cpi->rd_thresh_mult[i] * t / 4
268 cpi->rd_thresh_mult_sub8x8[i] < thresh_max
    [all...]

Completed in 421 milliseconds