Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvpx_encoder.h226 VPX_RC_FIRST_PASS, /**< First pass of multi-pass mode */ enumerator
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c187 cfg.g_pass = VPX_RC_FIRST_PASS; in main()
Dvp9_spatial_svc_encoder.c208 enc_cfg->g_pass = VPX_RC_FIRST_PASS; in parse_command_line()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c342 case VPX_RC_FIRST_PASS: in set_encoder_config()
352 oxcf->lag_in_frames = cfg->g_pass == VPX_RC_FIRST_PASS ? 0 in set_encoder_config()
738 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode()
1178 cfg->g_pass == VPX_RC_FIRST_PASS || in ctrl_set_svc()
/external/libvpx/libvpx/test/
Dencode_test_driver.cc153 cfg_.g_pass = VPX_RC_FIRST_PASS; in RunLoop()
Dsvc_test.cc380 codec_enc_.g_pass = VPX_RC_FIRST_PASS; in TEST_F()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c305 case VPX_RC_FIRST_PASS: in set_vp8e_config()
313 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS) in set_vp8e_config()
785 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode()
/external/libvpx/libvpx/
Dvpxenc.c1183 if (cfg->g_pass == VPX_RC_FIRST_PASS) in open_output_file()
1214 if (cfg->g_pass == VPX_RC_FIRST_PASS) in close_output_file()
1258 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS in setup_pass()
1370 if (stream->config.cfg.g_pass != VPX_RC_FIRST_PASS) { in update_quantizer_histogram()