Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Drealtime_test.cc41 cfg_.g_pass = VPX_RC_FIRST_PASS; in BeginPassHook()
Dencode_test_driver.cc177 cfg_.g_pass = VPX_RC_FIRST_PASS; in RunLoop()
Dvp9_ethread_test.cc67 if (first_pass_only_ && cfg_.g_pass == VPX_RC_FIRST_PASS) in EndPassHook()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h226 VPX_RC_FIRST_PASS, /**< First pass of multi-pass mode */ enumerator
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c242 cfg.g_pass = VPX_RC_FIRST_PASS; in main()
Dvp9_spatial_svc_encoder.c373 enc_cfg->g_pass = VPX_RC_FIRST_PASS; in parse_command_line()
/external/libvpx/libvpx/vp9/
Dsimple_encode.cc127 target_bitrate_, VPX_RC_FIRST_PASS); in ComputeFirstPassStats()
Dvp9_cx_iface.c507 case VPX_RC_FIRST_PASS: oxcf->pass = 1; break; in set_encoder_config()
512 cfg->g_pass == VPX_RC_FIRST_PASS ? 0 : cfg->g_lag_in_frames; in set_encoder_config()
989 case VPX_RC_FIRST_PASS: break; in pick_quickcompress_mode()
1513 (cfg->g_pass == VPX_RC_FIRST_PASS || cfg->g_pass == VPX_RC_LAST_PASS) && in ctrl_set_svc()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c308 case VPX_RC_FIRST_PASS: oxcf->Mode = MODE_FIRSTPASS; break; in set_vp8e_config()
312 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS) { in set_vp8e_config()
773 } else if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) { in pick_quickcompress_mode()
/external/libvpx/libvpx/
Dvpxenc.c1171 if (cfg->g_pass == VPX_RC_FIRST_PASS) return; in open_output_file()
1199 if (cfg->g_pass == VPX_RC_FIRST_PASS) return; in close_output_file()
1238 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS in setup_pass()
1380 if (stream->config.cfg.g_pass != VPX_RC_FIRST_PASS) { in update_quantizer_histogram()