Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c268 static const int16_t kLogIndex[129] = { variable
599 tmp32no2 = (pink_noise_exp_avg * kLogIndex[freq_index]) >> 15; // Q11 in WebRtcNsx_CalcParametricNoiseEstimate()
1300 sum_log_i_log_magn = (kLogIndex[inst->anaLen2] * log2) >> 3; in WebRtcNsx_DataAnalysis()
1334 sum_log_i_log_magn += (kLogIndex[i] * log2) >> 3; in WebRtcNsx_DataAnalysis()