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

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

Completed in 1273 milliseconds