HomeSort by relevance Sort by last modified time
    Searched refs:rc_undershoot_pct (Results 1 - 16 of 16) sorted by null

  /external/libvpx/libvpx/test/
encode_perf_test.cc 74 cfg_.rc_undershoot_pct = 50;
decode_perf_test.cc 129 cfg_.rc_undershoot_pct = 50;
resize_test.cc 475 cfg_.rc_undershoot_pct = 50;
datarate_test.cc 779 cfg_.rc_undershoot_pct = 20;
780 cfg_.rc_undershoot_pct = 20;
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 519 unsigned int rc_undershoot_pct; member in struct:vpx_codec_enc_cfg
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 180 vp8_seq->rc_undershoot_pct = 100;
625 if (rate_control_param->target_percentage != seq->rc_undershoot_pct) {
627 seq->rc_undershoot_pct, rate_control_param->target_percentage);
628 seq->rc_undershoot_pct = rate_control_param->target_percentage;
    [all...]
vsp_fw.h 571 uint32_t rc_undershoot_pct; member in struct:VssVp8encSequenceParameterBuffer
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 418 cfg[0].rc_undershoot_pct = 100;
vpx_temporal_svc_encoder.c 638 cfg.rc_undershoot_pct = 50;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 149 mCodecConfiguration->rc_undershoot_pct = 100;
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 149 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000);
327 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 171 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 100);
483 oxcf->under_shoot_pct = cfg->rc_undershoot_pct;
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 512 enc_cfg->rc_undershoot_pct = 50;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 303 config_->rc_undershoot_pct = 50;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 494 configurations_[0].rc_undershoot_pct = 100;
    [all...]

Completed in 1265 milliseconds