Home
last modified time | relevance | path

Searched refs:g_pass (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/test/
Dsvc_test.cc113 codec_enc_.g_pass = VPX_RC_FIRST_PASS; in Pass1EncodeNFrames()
177 if (codec_enc_.g_pass == VPX_RC_LAST_PASS) { in Pass2EncodeNFrames()
447 codec_enc_.g_pass = VPX_RC_ONE_PASS; in TEST_F()
455 codec_enc_.g_pass = VPX_RC_ONE_PASS; in TEST_F()
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()
[all …]
Dencode_test_driver.cc185 cfg_.g_pass = VPX_RC_ONE_PASS; in RunLoop()
187 cfg_.g_pass = VPX_RC_FIRST_PASS; in RunLoop()
189 cfg_.g_pass = VPX_RC_LAST_PASS; in RunLoop()
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()
Dactive_map_test.cc76 cfg_.g_pass = VPX_RC_ONE_PASS; in TEST_P()
Dactive_map_refresh_test.cc112 cfg_.g_pass = VPX_RC_ONE_PASS; in TEST_P()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c171 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS); in validate_config()
174 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS); in validate_config()
176 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()
297 switch (cfg.g_pass) in set_vp8e_config()
310 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS) in set_vp8e_config()
455 if (cfg->g_lag_in_frames > 1 || cfg->g_pass != VPX_RC_ONE_PASS) in vp8e_set_config()
788 if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) in pick_quickcompress_mode()
790 else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) in pick_quickcompress_mode()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c251 cfg.g_pass = VPX_RC_FIRST_PASS; in main()
256 cfg.g_pass = VPX_RC_LAST_PASS; in main()
Dvp9_spatial_svc_encoder.c302 enc_cfg->g_pass = VPX_RC_ONE_PASS; in parse_command_line()
313 enc_cfg->g_pass = VPX_RC_FIRST_PASS; in parse_command_line()
318 enc_cfg->g_pass = VPX_RC_LAST_PASS; in parse_command_line()
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()
/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()
406 switch (cfg->g_pass) { in set_encoder_config()
418 oxcf->lag_in_frames = cfg->g_pass == VPX_RC_FIRST_PASS ? 0 in set_encoder_config()
566 if (cfg->g_lag_in_frames > 1 || cfg->g_pass != VPX_RC_ONE_PASS) in encoder_set_config()
845 switch (ctx->cfg.g_pass) { in pick_quickcompress_mode()
1337 (cfg->g_pass == VPX_RC_FIRST_PASS || in ctrl_set_svc()
1338 cfg->g_pass == VPX_RC_LAST_PASS) && in ctrl_set_svc()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h401 enum vpx_enc_pass g_pass; member
/external/libvpx/libvpx/
Dvpxenc.c1415 SHOW(g_pass); in show_stream_config()
1447 if (cfg->g_pass == VPX_RC_FIRST_PASS) in open_output_file()
1479 if (cfg->g_pass == VPX_RC_FIRST_PASS) in close_output_file()
1522 stream->config.cfg.g_pass = global->passes == 2 in setup_pass()
1678 if (stream->config.cfg.g_pass != VPX_RC_FIRST_PASS) { in update_quantizer_histogram()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc300 config_->g_pass = VPX_RC_ONE_PASS; in InitEncode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc477 configurations_[0].g_pass = VPX_RC_ONE_PASS; in InitEncode()