Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dsvc_test.cc111 codec_enc_.g_pass = VPX_RC_FIRST_PASS; in Pass1EncodeNFrames()
174 if (codec_enc_.g_pass == VPX_RC_LAST_PASS) { in Pass2EncodeNFrames()
440 codec_enc_.g_pass = VPX_RC_ONE_PASS; in TEST_F()
448 codec_enc_.g_pass = VPX_RC_ONE_PASS; in TEST_F()
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()
[all …]
Dencode_test_driver.cc172 cfg_.g_pass = VPX_RC_ONE_PASS; in RunLoop()
174 cfg_.g_pass = VPX_RC_FIRST_PASS; in RunLoop()
176 cfg_.g_pass = VPX_RC_LAST_PASS; in RunLoop()
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()
Drealtime_test.cc41 cfg_.g_pass = VPX_RC_FIRST_PASS; in BeginPassHook()
Dactive_map_test.cc78 cfg_.g_pass = VPX_RC_ONE_PASS; in TEST_P()
Dactive_map_refresh_test.cc113 cfg_.g_pass = VPX_RC_ONE_PASS; in TEST_P()
Dvp9_ethread_test.cc68 if (first_pass_only_ && cfg_.g_pass == VPX_RC_FIRST_PASS) in EndPassHook()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c167 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS); in validate_config()
170 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_ONE_PASS); in validate_config()
172 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()
287 switch (cfg.g_pass) { in set_vp8e_config()
293 if (cfg.g_pass == VPX_RC_FIRST_PASS || cfg.g_pass == VPX_RC_ONE_PASS) { in set_vp8e_config()
432 if (cfg->g_lag_in_frames > 1 || cfg->g_pass != VPX_RC_ONE_PASS) in vp8e_set_config()
742 } else if (ctx->cfg.g_pass == VPX_RC_FIRST_PASS) { in pick_quickcompress_mode()
744 } else if (ctx->cfg.g_pass == VPX_RC_LAST_PASS) { in pick_quickcompress_mode()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c242 cfg.g_pass = VPX_RC_FIRST_PASS; in main()
247 cfg.g_pass = VPX_RC_LAST_PASS; in main()
Dvp9_spatial_svc_encoder.c319 enc_cfg->g_pass = VPX_RC_ONE_PASS; in parse_command_line()
330 enc_cfg->g_pass = VPX_RC_FIRST_PASS; in parse_command_line()
335 enc_cfg->g_pass = VPX_RC_LAST_PASS; in parse_command_line()
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()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c179 RANGE_CHECK(cfg, g_pass, VPX_RC_ONE_PASS, VPX_RC_LAST_PASS); in validate_config()
231 cfg->g_pass == VPX_RC_LAST_PASS) { in validate_config()
272 if (cfg->g_pass == VPX_RC_LAST_PASS) { in validate_config()
460 switch (cfg->g_pass) { in set_encoder_config()
467 cfg->g_pass == VPX_RC_FIRST_PASS ? 0 : cfg->g_lag_in_frames; in set_encoder_config()
633 if (cfg->g_lag_in_frames > 1 || cfg->g_pass != VPX_RC_ONE_PASS) in encoder_set_config()
941 switch (ctx->cfg.g_pass) { in pick_quickcompress_mode()
1459 (cfg->g_pass == VPX_RC_FIRST_PASS || cfg->g_pass == VPX_RC_LAST_PASS) && in ctrl_set_svc()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h374 enum vpx_enc_pass g_pass; member
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c432 if (enc_cfg->rc_end_usage == VPX_CBR && enc_cfg->g_pass == VPX_RC_ONE_PASS && in vpx_svc_init()
450 enc_cfg->g_pass == VPX_RC_ONE_PASS) { in vpx_svc_init()
/external/libvpx/libvpx/
Dvpxenc.c1408 SHOW(g_pass); in show_stream_config()
1439 if (cfg->g_pass == VPX_RC_FIRST_PASS) return; in open_output_file()
1467 if (cfg->g_pass == VPX_RC_FIRST_PASS) return; in close_output_file()
1505 stream->config.cfg.g_pass = global->passes == 2 in setup_pass()
1648 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()