Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Ddatarate_test.cc211 cfg_.rc_undershoot_pct = 20; in TEST_P()
212 cfg_.rc_undershoot_pct = 20; in TEST_P()
Dmonochrome_test.cc101 cfg_.rc_undershoot_pct = 50; in TEST_P()
Dencode_perf_test.cc76 cfg_.rc_undershoot_pct = 50; in SetUp()
Ddecode_perf_test.cc115 cfg_.rc_undershoot_pct = 50; in SetUp()
Dresize_test.cc412 cfg_.rc_undershoot_pct = 50; in DefaultConfig()
/external/libaom/libaom/aom/
Daom_encoder.h521 unsigned int rc_undershoot_pct; member
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h501 unsigned int rc_undershoot_pct; member
/external/libvpx/libvpx/test/
Dencode_perf_test.cc74 cfg_.rc_undershoot_pct = 50; in SetUp()
Dencode_api_test.cc149 cfg[0].rc_undershoot_pct = 100; in TEST()
Ddecode_perf_test.cc131 cfg_.rc_undershoot_pct = 50; in SetUp()
Dvp9_datarate_test.cc428 cfg_.rc_undershoot_pct = 20; in TEST_P()
429 cfg_.rc_undershoot_pct = 20; in TEST_P()
Dresize_test.cc510 cfg_.rc_undershoot_pct = 50; in DefaultConfig()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c419 cfg[0].rc_undershoot_pct = 100; in main()
Dsvc_encodeframe.c493 enc_cfg->rc_undershoot_pct = 50; in vpx_svc_init()
Dvpx_temporal_svc_encoder.c722 cfg.rc_undershoot_pct = 50; in main()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c150 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000); in validate_config()
326 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc303 config_->rc_undershoot_pct = 50; in InitEncode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c173 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 100); in validate_config()
493 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()
/external/libvpx/libvpx/
Dvpxenc.c1241 config->cfg.rc_undershoot_pct = arg_parse_uint(&arg); in parse_stream_params()
1457 SHOW(rc_undershoot_pct); in show_stream_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c333 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 100); in validate_config()
654 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()
/external/libaom/libaom/apps/
Daomenc.c1493 config->cfg.rc_undershoot_pct = arg_parse_uint(&arg); in parse_stream_params()
1686 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()