Searched refs:VPX_RC_FIRST_PASS (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/test/
H A Drealtime_test.cc38 // VPX_RC_FIRST_PASS. This is necessary because EncoderTest::RunLoop() sets
41 cfg_.g_pass = VPX_RC_FIRST_PASS;
H A Dencode_test_driver.cc174 cfg_.g_pass = VPX_RC_FIRST_PASS;
H A Dvp9_ethread_test.cc67 if (first_pass_only_ && cfg_.g_pass == VPX_RC_FIRST_PASS)
H A Dsvc_test.cc111 codec_enc_.g_pass = VPX_RC_FIRST_PASS;
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h237 VPX_RC_FIRST_PASS, /**< First pass of multi-pass mode */ enumerator in enum:vpx_enc_pass
/external/libvpx/libvpx/examples/
H A Dtwopass_encoder.c242 cfg.g_pass = VPX_RC_FIRST_PASS;
H A Dvp9_spatial_svc_encoder.c330 enc_cfg->g_pass = VPX_RC_FIRST_PASS;
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c289 case VPX_RC_FIRST_PASS: oxcf->Mode = MODE_FIRSTPASS; break;
293 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS) {
742 } else if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) {
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c486 case VPX_RC_FIRST_PASS: oxcf->pass = 1; break;
491 cfg->g_pass == VPX_RC_FIRST_PASS ? 0 : cfg->g_lag_in_frames;
979 case VPX_RC_FIRST_PASS: break;
1479 (cfg->g_pass == VPX_RC_FIRST_PASS || cfg->g_pass == VPX_RC_LAST_PASS) &&
/external/libvpx/libvpx/
H A Dvpxenc.c1469 if (cfg->g_pass == VPX_RC_FIRST_PASS) return;
1497 if (cfg->g_pass == VPX_RC_FIRST_PASS) return;
1536 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS
1678 if (stream->config.cfg.g_pass != VPX_RC_FIRST_PASS) {

Completed in 768 milliseconds