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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c 292 const unsigned int max_thresh = 36000; local
295 MIN(((unsigned int)x->encode_breakout << 4), max_thresh);
299 thresh_ac = clamp(thresh_ac, min_thresh, max_thresh);
vp9_encoder.h 73 // encode_breakout is enabled with small max_thresh limit.
vp9_rdopt.c 2066 const unsigned int max_thresh = (cpi->allow_encode_breakout == local
    [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 123 // encode_breakout is enabled with small max_thresh limit.
vp9_rdopt.c 2934 const unsigned int max_thresh = (cpi->allow_encode_breakout == local
    [all...]
vp9_firstpass.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 123 // encode_breakout is enabled with small max_thresh limit.
vp9_rdopt.c 2934 const unsigned int max_thresh = (cpi->allow_encode_breakout == local
    [all...]
vp9_firstpass.c     [all...]

Completed in 1335 milliseconds