Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvsp_vp8.c180 vp8_seq->rc_undershoot_pct = 100; in vsp_VP8_set_default_params()
621 if (rate_control_param->target_percentage != seq->rc_undershoot_pct) { in vsp_vp8_process_misc_param()
623 seq->rc_undershoot_pct, rate_control_param->target_percentage); in vsp_vp8_process_misc_param()
624 seq->rc_undershoot_pct = rate_control_param->target_percentage; in vsp_vp8_process_misc_param()
830 drv_debug_msg(VIDEO_ENCODE_DEBUG, "rc_undershoot_pct %d\n", seq->rc_undershoot_pct); in vsp_vp8_dump_commands()
Dvsp_fw.h571 uint32_t rc_undershoot_pct; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h486 unsigned int rc_undershoot_pct; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddatarate_test.cc423 cfg_.rc_undershoot_pct = 20; in TEST_P()
424 cfg_.rc_undershoot_pct = 20; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8_multi_resolution_encoder.c267 cfg[0].rc_undershoot_pct = 98; in main()
Dvpx_temporal_scalable_patterns.c520 cfg.rc_undershoot_pct = 50; in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c157 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000); in validate_config()
350 oxcf->under_shoot_pct = cfg.rc_undershoot_pct; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c159 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000); in validate_config()
322 oxcf->under_shoot_pct = cfg->rc_undershoot_pct; in set_vp9e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c947 config->cfg.rc_undershoot_pct = arg_parse_uint(&arg); in parse_stream_params()
1124 SHOW(rc_undershoot_pct); in show_stream_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c592 enc_cfg->rc_undershoot_pct = 100; in vpx_svc_init()