Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dencode_perf_test.cc78 cfg_.rc_undershoot_pct = 50; in SetUp()
Ddatarate_test.cc423 cfg_.rc_undershoot_pct = 20; in TEST_P()
424 cfg_.rc_undershoot_pct = 20; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h513 unsigned int rc_undershoot_pct; member
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c249 cfg[0].rc_undershoot_pct = 98; in main()
Dvpx_temporal_svc_encoder.c528 cfg.rc_undershoot_pct = 50; in main()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c158 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000); in validate_config()
349 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c164 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000); in validate_config()
367 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_encoder_config()
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c532 enc_cfg->rc_undershoot_pct = 100; in vpx_svc_init()
/external/libvpx/libvpx/
Dvpxenc.c955 config->cfg.rc_undershoot_pct = arg_parse_uint(&arg); in parse_stream_params()
1164 SHOW(rc_undershoot_pct); in show_stream_config()