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

  /external/libvpx/libvpx/test/
error_resilience_test.cc 63 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) {
91 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) {
encode_test_driver.cc 148 cfg_.g_pass = VPX_RC_ONE_PASS;
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 175 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS);
178 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS);
180 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS);
301 case VPX_RC_ONE_PASS:
312 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS)
453 && (cfg->g_lag_in_frames > 1 || cfg->g_pass != VPX_RC_ONE_PASS))
    [all...]
  /external/libvpx/libvpx/examples/
encoder_tmpl.c 72 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 217 VPX_RC_ONE_PASS, /**< Single pass mode */
347 * For single pass, set to #VPX_RC_ONE_PASS.
    [all...]
  /external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc 100 config_->g_pass = VPX_RC_ONE_PASS;
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 100 config_.g_pass = VPX_RC_ONE_PASS;
  /external/chromium_org/remoting/codec/
video_encoder_vpx.cc 47 config.g_pass = VPX_RC_ONE_PASS;
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 173 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS);
258 case VPX_RC_ONE_PASS:
    [all...]
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 151 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
vp8_scalable_patterns.c 80 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
vpxenc.c 270 if (cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS)
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 503 enc_cfg->g_pass = VPX_RC_ONE_PASS;

Completed in 259 milliseconds