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

  /external/libvpx/libvpx/test/
encode_perf_test.cc 78 cfg_.rc_undershoot_pct = 50;
datarate_test.cc 423 cfg_.rc_undershoot_pct = 20;
424 cfg_.rc_undershoot_pct = 20;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 513 unsigned int rc_undershoot_pct; member in struct:vpx_codec_enc_cfg
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 486 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;
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;
    [all...]
vsp_fw.h 571 uint32_t rc_undershoot_pct; member in struct:VssVp8encSequenceParameterBuffer
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
datarate_test.cc 423 cfg_.rc_undershoot_pct = 20;
424 cfg_.rc_undershoot_pct = 20;
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 249 cfg[0].rc_undershoot_pct = 98;
vpx_temporal_svc_encoder.c 528 cfg.rc_undershoot_pct = 50;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 267 cfg[0].rc_undershoot_pct = 98;
vpx_temporal_scalable_patterns.c 520 cfg.rc_undershoot_pct = 50;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 167 mCodecConfiguration->rc_undershoot_pct = 100;
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 158 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000);
349 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 164 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000);
367 oxcf->under_shoot_pct = cfg->rc_undershoot_pct;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 157 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000);
350 oxcf->under_shoot_pct = cfg.rc_undershoot_pct;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 159 RANGE_CHECK_HI(cfg, rc_undershoot_pct, 1000);
322 oxcf->under_shoot_pct = cfg->rc_undershoot_pct;
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 532 enc_cfg->rc_undershoot_pct = 100;
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 592 enc_cfg->rc_undershoot_pct = 100;
    [all...]

Completed in 404 milliseconds