Home
last modified time | relevance | path

Searched refs:rc_undershoot_pct (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_encoder.h557 unsigned int rc_undershoot_pct; member
/external/libvpx/libvpx/test/
Dencode_perf_test.cc81 cfg_.rc_undershoot_pct = 50; in SetUp()
Ddecode_perf_test.cc136 cfg_.rc_undershoot_pct = 50; in SetUp()
Ddatarate_test.cc514 cfg_.rc_undershoot_pct = 20; in TEST_P()
515 cfg_.rc_undershoot_pct = 20; in TEST_P()
Dresize_test.cc328 cfg_.rc_undershoot_pct = 50; in DefaultConfig()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c153 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000); in validate_config()
346 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c462 cfg[0].rc_undershoot_pct = 100; in main()
Dvpx_temporal_svc_encoder.c615 cfg.rc_undershoot_pct = 50; in main()
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c483 enc_cfg->rc_undershoot_pct = 50; in vpx_svc_init()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c171 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 100); in validate_config()
435 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc303 config_->rc_undershoot_pct = 50; in InitEncode()
/external/libvpx/libvpx/
Dvpxenc.c1194 config->cfg.rc_undershoot_pct = arg_parse_uint(&arg); in parse_stream_params()
1427 SHOW(rc_undershoot_pct); in show_stream_config()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc494 configurations_[0].rc_undershoot_pct = 100; in InitEncode()