HomeSort by relevance Sort by last modified time
    Searched refs:encode_breakout (Results 26 - 45 of 45) sorted by null

12

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 361 oxcf->encode_breakout = extra_cfg->static_thresh;
432 printf("encode_breakout: %d\n", oxcf->encode_breakout);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 395 oxcf->encode_breakout = vp8_cfg.static_thresh;
441 printf("encode_breakout: %d\n", oxcf->encode_breakout);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 351 oxcf->encode_breakout = extra_cfg->static_thresh;
419 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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 624 cpi->segment_encode_breakout[i] = cpi->oxcf.encode_breakout;
626 cpi->encode_breakout = cpi->oxcf.encode_breakout;
    [all...]
vp9_encodeframe.c 234 x->encode_breakout = cpi->segment_encode_breakout[mbmi->segment_id];
237 x->encode_breakout = cpi->encode_breakout;
    [all...]
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 856 cpi->segment_encode_breakout[i] = cpi->oxcf.encode_breakout;
858 cpi->encode_breakout = cpi->oxcf.encode_breakout;
    [all...]
vp9_encodeframe.c 261 x->encode_breakout = cpi->segment_encode_breakout[mbmi->segment_id];
264 x->encode_breakout = cpi->encode_breakout;
    [all...]
vp9_rdopt.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 899 cpi->segment_encode_breakout[i] = cpi->oxcf.encode_breakout;
901 cpi->encode_breakout = cpi->oxcf.encode_breakout;
    [all...]
vp9_encodeframe.c 277 x->encode_breakout = cpi->segment_encode_breakout[mbmi->segment_id];
280 x->encode_breakout = cpi->encode_breakout;
    [all...]
vp9_rdopt.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 952 if (cpi->oxcf.encode_breakout > 2000)
953 min = cpi->oxcf.encode_breakout;
    [all...]
firstpass.c 651 if (raw_motion_error < cpi->oxcf.encode_breakout)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 952 if (cpi->oxcf.encode_breakout > 2000)
953 min = cpi->oxcf.encode_breakout;
    [all...]
firstpass.c 651 if (raw_motion_error < cpi->oxcf.encode_breakout)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 952 if (cpi->oxcf.encode_breakout > 2000)
953 min = cpi->oxcf.encode_breakout;
    [all...]
firstpass.c 651 if (raw_motion_error < cpi->oxcf.encode_breakout)
    [all...]

Completed in 1580 milliseconds

12