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.cc174 if (codec_enc_.g_pass == VPX_RC_LAST_PASS) { in Pass2EncodeNFrames()
463 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
477 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
492 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
508 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
534 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
550 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
582 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
599 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
617 codec_enc_.g_pass = VPX_RC_LAST_PASS; in TEST_F()
[all …]
Derror_resilience_test.cc108 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) { in PreEncodeFrameHook()
134 (cfg_.g_pass == VPX_RC_LAST_PASS || cfg_.g_pass == VPX_RC_ONE_PASS)) { in DoDecode()
Dencode_test_driver.cc176 cfg_.g_pass = VPX_RC_LAST_PASS; in RunLoop()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h238 VPX_RC_LAST_PASS /**< Final pass of multi-pass mode */ enumerator
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c172 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config()
206 if (cfg->g_pass == VPX_RC_LAST_PASS) { in validate_config()
290 case VPX_RC_LAST_PASS: oxcf->Mode = MODE_SECONDPASS_BEST; break; in set_vp8e_config()
744 } else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) { in pick_quickcompress_mode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c183 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config()
243 cfg->g_pass == VPX_RC_LAST_PASS) { in validate_config()
285 if (cfg->g_pass == VPX_RC_LAST_PASS) { in validate_config()
487 case VPX_RC_LAST_PASS: oxcf->pass = 2; break; in set_encoder_config()
980 case VPX_RC_LAST_PASS: new_mode = deadline > 0 ? GOOD : BEST; break; in pick_quickcompress_mode()
1479 (cfg->g_pass == VPX_RC_FIRST_PASS || cfg->g_pass == VPX_RC_LAST_PASS) && in ctrl_set_svc()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c247 cfg.g_pass = VPX_RC_LAST_PASS; in main()
Dvp8_multi_resolution_encoder.c128 if (cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS) return; in write_ivf_file_header()
Dvp9_spatial_svc_encoder.c335 enc_cfg->g_pass = VPX_RC_LAST_PASS; in parse_command_line()
/external/libvpx/libvpx/
Dvpxenc.c1536 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS in setup_pass()