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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c 232 const int thresh_max = INT_MAX / t; local
237 rd->thresh_mult[i] < thresh_max
243 rd->thresh_mult_sub8x8[i] < thresh_max
  /external/libvpx/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...]
  /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 39 milliseconds