Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_encoder_opus.cc755 const auto new_complexity = GetNewComplexity(config_); in SetTargetBitrate() local
756 if (new_complexity && complexity_ != *new_complexity) { in SetTargetBitrate()
757 complexity_ = *new_complexity; in SetTargetBitrate()