Searched refs:allow_encode_breakout (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h306 ENCODE_BREAKOUT_TYPE allow_encode_breakout; member in struct:VP9_COMP
H A Dvp9_speed_features.c155 cpi->allow_encode_breakout = ENCODE_BREAKOUT_ENABLED;
H A Dvp9_pickmode.c655 if (cpi->allow_encode_breakout) {
H A Dvp9_firstpass.c2280 // to enable it for show frame, i.e. set allow_encode_breakout to
2283 cpi->allow_encode_breakout = ENCODE_BREAKOUT_DISABLED;
2285 cpi->allow_encode_breakout = ENCODE_BREAKOUT_LIMITED;
H A Dvp9_encoder.c917 cpi->allow_encode_breakout = ENCODE_BREAKOUT_ENABLED;
2403 cpi->allow_encode_breakout = ENCODE_BREAKOUT_ENABLED;
H A Dvp9_rdopt.c2066 const unsigned int max_thresh = (cpi->allow_encode_breakout ==
2405 if (cpi->allow_encode_breakout)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h411 ENCODE_BREAKOUT_TYPE allow_encode_breakout; member in struct:VP9_COMP
H A Dvp9_speed_features.c135 cpi->allow_encode_breakout = ENCODE_BREAKOUT_ENABLED;
H A Dvp9_firstpass.c2290 // to enable it for show frame, i.e. set allow_encode_breakout to
2293 cpi->allow_encode_breakout = ENCODE_BREAKOUT_DISABLED;
2295 cpi->allow_encode_breakout = ENCODE_BREAKOUT_LIMITED;
H A Dvp9_onyx_if.c1265 cpi->allow_encode_breakout = ENCODE_BREAKOUT_ENABLED;
2797 cpi->allow_encode_breakout = ENCODE_BREAKOUT_ENABLED;
H A Dvp9_rdopt.c2926 } else if (cpi->allow_encode_breakout && x->encode_breakout) {
2934 const unsigned int max_thresh = (cpi->allow_encode_breakout ==

Completed in 2296 milliseconds