Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h499 unsigned int rc_overshoot_pct; member
/hardware/intel/img/psb_video/src/
Dvsp_fw.h572 uint32_t rc_overshoot_pct; member
Dvsp_vp8.c181 vp8_seq->rc_overshoot_pct = 100; in vsp_VP8_set_default_params()
831 drv_debug_msg(VIDEO_ENCODE_DEBUG, "rc_overshoot_pct %d\n", seq->rc_overshoot_pct); in vsp_vp8_dump_commands()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8_multi_resolution_encoder.c268 cfg[0].rc_overshoot_pct = 100; in main()
Dvpx_temporal_scalable_patterns.c521 cfg.rc_overshoot_pct = 50; in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c158 RANGE_CHECK_HI(cfg, rc_overshoot_pct, 1000); in validate_config()
351 oxcf->over_shoot_pct = cfg.rc_overshoot_pct; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c160 RANGE_CHECK_HI(cfg, rc_overshoot_pct, 1000); in validate_config()
323 oxcf->over_shoot_pct = cfg->rc_overshoot_pct; in set_vp9e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c949 config->cfg.rc_overshoot_pct = arg_parse_uint(&arg); in parse_stream_params()
1125 SHOW(rc_overshoot_pct); in show_stream_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c593 enc_cfg->rc_overshoot_pct = 15; in vpx_svc_init()