Searched refs:encode_breakout_thresh (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_speed_features.c143 sf->encode_breakout_thresh = 1;
166 sf->encode_breakout_thresh = 8;
205 sf->encode_breakout_thresh = 200;
223 sf->encode_breakout_thresh = 700;
242 sf->encode_breakout_thresh = 1000;
338 sf->encode_breakout_thresh = 0;
385 sf->encode_breakout_thresh > cpi->encode_breakout)
386 cpi->encode_breakout = sf->encode_breakout_thresh;
H A Dvp9_speed_features.h323 int encode_breakout_thresh; member in struct:__anon24976
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_speed_features.c304 sf->encode_breakout_thresh = (MIN(cm->width, cm->height) >= 720) ?
391 sf->encode_breakout_thresh = 0;
438 sf->encode_breakout_thresh > cpi->encode_breakout)
439 cpi->encode_breakout = sf->encode_breakout_thresh;
H A Dvp9_speed_features.h417 int encode_breakout_thresh; member in struct:SPEED_FEATURES

Completed in 359 milliseconds