Home
last modified time | relevance | path

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

/external/libvpx/vpx/
Dvpx_encoder.h439 unsigned int rc_undershoot_pct; member
/external/libvpx/vp8/
Dvp8_cx_iface.c154 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 100); in validate_config()
318 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()
/external/libvpx/
Dvpxenc.c1287 cfg.rc_undershoot_pct = arg_parse_uint(&arg); in main()
1489 SHOW(rc_undershoot_pct); in main()