Home
last modified time | relevance | path

Searched refs:vpx_configs_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc296 vpx_configs_.reserve(kMaxSimulcastStreams); in LibvpxVp8Encoder()
319 vpx_configs_.clear(); in Release()
369 vpx_configs_[encoders_.size() - 1].rc_max_quantizer = 45; in SetRates()
372 vpx_configs_[encoders_.size() - 1].rc_max_quantizer = qp_max_; in SetRates()
386 vpx_configs_[i].rc_target_bitrate = target_bitrate_kbps; in SetRates()
398 &vpx_configs_[i], in SetRates()
404 libvpx_->codec_enc_config_set(&encoders_[i], &vpx_configs_[i]); in SetRates()
518 vpx_configs_.resize(number_of_streams); in InitEncode()
544 if (libvpx_->codec_enc_config_default(vpx_codec_vp8_cx(), &vpx_configs_[0], in InitEncode()
549 vpx_configs_[0].g_timebase.num = 1; in InitEncode()
[all …]
Dlibvpx_vp8_encoder.h122 std::vector<vpx_codec_enc_cfg_t> vpx_configs_; variable