Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dsvc_test.cc177 if (codec_enc_.g_pass == VPX_RC_LAST_PASS) { in Pass2EncodeNFrames()
470 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
484 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
499 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
515 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
541 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
558 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
592 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
609 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
627 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
[all …]
Derror_resilience_test.cc120 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) { in PreEncodeFrameHook()
149 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) { in DoDecode()
Dencode_test_driver.cc189 cfg_.g_pass = VPX_RC_LAST_PASS; in RunLoop()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c179 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config()
221 cfg->g_pass == VPX_RC_LAST_PASS) { in validate_config()
261 if (cfg->g_pass == VPX_RC_LAST_PASS) { in validate_config()
413 case VPX_RC_LAST_PASS: in set_encoder_config()
863 case VPX_RC_LAST_PASS: in pick_quickcompress_mode()
1338 cfg->g_pass == VPX_RC_LAST_PASS) && in ctrl_set_svc()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h256 VPX_RC_LAST_PASS /**< Final pass of multi-pass mode */ enumerator
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c176 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config()
209 if (cfg->g_pass == VPX_RC_LAST_PASS) in validate_config()
305 case VPX_RC_LAST_PASS: in set_vp8e_config()
790 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c256 cfg.g_pass = VPX_RC_LAST_PASS; in main()
Dvp8_multi_resolution_encoder.c141 if(cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS) in write_ivf_file_header()
Dvp9_spatial_svc_encoder.c318 enc_cfg->g_pass = VPX_RC_LAST_PASS; in parse_command_line()
/external/libvpx/libvpx/
Dvpxenc.c1523 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS in setup_pass()