Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc749 const auto new_complexity = GetNewComplexity(config_); in SetTargetBitrate() local
750 if (new_complexity && complexity_ != *new_complexity) { in SetTargetBitrate()
751 complexity_ = *new_complexity; in SetTargetBitrate()