HomeSort by relevance Sort by last modified time
    Searched refs:encode_breakout (Results 1 - 25 of 30) sorted by null

1 2

  /external/libvpx/libvpx/vp8/encoder/
block.h 119 unsigned int encode_breakout; member in struct:macroblock
encodeframe.c     [all...]
pickinter.c 568 if(threshold < x->encode_breakout)
569 threshold = x->encode_breakout;
578 if (sse2 * 2 < x->encode_breakout)
    [all...]
rdopt.c     [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 109 int encode_breakout; member in struct:macroblock
vp9_speed_features.c 430 if (cpi->encode_breakout && oxcf->mode == REALTIME &&
431 sf->encode_breakout_thresh > cpi->encode_breakout) {
432 cpi->encode_breakout = sf->encode_breakout_thresh;
vp9_encoder.h 72 // encode_breakout is disabled.
74 // encode_breakout is enabled.
76 // encode_breakout is enabled with small max_thresh limit.
203 int encode_breakout; // early breakout : for video conf recommend 800 member in struct:VP9EncoderConfig
375 // Default value is 1. From first pass stats, encode_breakout may be disabled.
380 int encode_breakout; member in struct:VP9_COMP
vp9_pickmode.c 789 if (x->encode_breakout > 0) {
794 // The encode_breakout input
796 VPXMIN(((unsigned int)x->encode_breakout << 4), max_thresh);
832 if (x->encode_breakout == 0) {
    [all...]
vp9_encodeframe.c 231 x->encode_breakout = cpi->segment_encode_breakout[mbmi->segment_id];
234 x->encode_breakout = cpi->encode_breakout;
    [all...]
vp9_encoder.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 119 unsigned int encode_breakout; member in struct:macroblock
encodeframe.c     [all...]
pickinter.c 469 if(threshold < x->encode_breakout)
470 threshold = x->encode_breakout;
479 if (sse2 * 2 < x->encode_breakout)
    [all...]
rdopt.c     [all...]
onyx_if.c 952 if (cpi->oxcf.encode_breakout > 2000)
953 min = cpi->oxcf.encode_breakout;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.c 380 if (cpi->encode_breakout && cpi->oxcf.mode == MODE_REALTIME &&
381 sf->encode_breakout_thresh > cpi->encode_breakout)
382 cpi->encode_breakout = sf->encode_breakout_thresh;
vp9_onyx_int.h 119 // encode_breakout is disabled.
121 // encode_breakout is enabled.
123 // encode_breakout is enabled with small max_thresh limit.
258 int encode_breakout; // early breakout : for video conf recommend 800 member in struct:__anon30257
412 // Default value is 1. From first pass stats, encode_breakout may be disabled.
417 int encode_breakout; member in struct:VP9_COMP
vp9_block.h 154 int encode_breakout; member in struct:macroblock
vp9_onyx_if.c 899 cpi->segment_encode_breakout[i] = cpi->oxcf.encode_breakout;
901 cpi->encode_breakout = cpi->oxcf.encode_breakout;
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 216 int encode_breakout; member in struct:__anon16517
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 204 int encode_breakout; member in struct:__anon30153
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 395 oxcf->encode_breakout = vp8_cfg.static_thresh;
443 printf("encode_breakout: %d\n", oxcf->encode_breakout);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 397 oxcf->encode_breakout = vp8_cfg.static_thresh;
443 printf("encode_breakout: %d\n", oxcf->encode_breakout);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 341 oxcf->encode_breakout = extra_cfg->static_thresh;
409 printf("encode_breakout: %d\n", oxcf->encode_breakout);
    [all...]

Completed in 88 milliseconds

1 2