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

  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 143 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;
vp9_speed_features.h 323 int encode_breakout_thresh; member in struct:__anon8674
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.c 152 sf->encode_breakout_thresh = 1;
175 sf->encode_breakout_thresh = 8;
214 sf->encode_breakout_thresh = 200;
230 sf->encode_breakout_thresh = 700;
248 sf->encode_breakout_thresh = 1000;
335 sf->encode_breakout_thresh = 0;
381 sf->encode_breakout_thresh > cpi->encode_breakout)
382 cpi->encode_breakout = sf->encode_breakout_thresh;
vp9_speed_features.h 301 int encode_breakout_thresh; member in struct:__anon19855
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_speed_features.c 304 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;
vp9_speed_features.h 417 int encode_breakout_thresh; member in struct:SPEED_FEATURES

Completed in 743 milliseconds