Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dbackground_noise.h86 static const int16_t kLogResidualLength = 6; // log2(kResidualLength) variable
Dbackground_noise.cc305 static_cast<int16_t>(13 + ((kLogResidualLength + norm_shift) / 2)); in SaveParameters()