Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c98 self->magnLen = self->anaLen / 2 + 1; // Number of frequency bins. in WebRtcNs_InitCore()
227 for (i = 0; i < self->magnLen; i++) { in NoiseEstimation()
233 offset = s * self->magnLen; in NoiseEstimation()
236 for (i = 0; i < self->magnLen; i++) { in NoiseEstimation()
265 for (i = 0; i < self->magnLen; i++) { in NoiseEstimation()
277 for (i = 0; i < self->magnLen; i++) { in NoiseEstimation()
282 for (i = 0; i < self->magnLen; i++) { in NoiseEstimation()
538 for (i = shiftLP; i < self->magnLen; i++) { in ComputeSpectralFlatness()
547 avgSpectralFlatnessDen = avgSpectralFlatnessDen / self->magnLen; in ComputeSpectralFlatness()
548 avgSpectralFlatnessNum = avgSpectralFlatnessNum / self->magnLen; in ComputeSpectralFlatness()
[all …]
Dnsx_core.c312 inst->magnLen); in UpdateNoiseEstimate()
316 for (i = 0; i < inst->magnLen; i++) { in UpdateNoiseEstimate()
359 for (i = 0; i < inst->magnLen; i++) { in NoiseEstimationC()
379 offset = s * inst->magnLen; in NoiseEstimationC()
388 for (i = 0; i < inst->magnLen; i++) { in NoiseEstimationC()
449 for (i = 0; i < inst->magnLen; i++) { in NoiseEstimationC()
459 for (i = 0; i < inst->magnLen; i++) { in PrepareSpectrumC()
662 inst->magnLen = inst->anaLen2 + 1; in WebRtcNsx_InitCore()
1039 for (i = 1; i < inst->magnLen; i++) { in WebRtcNsx_ComputeSpectralFlatness()
1109 for (i = 0; i < inst->magnLen; i++) { in WebRtcNsx_ComputeSpectralDifference()
[all …]
Dnsx_core_neon.c69 inst->magnLen); in UpdateNoiseEstimateNeon()
80 ptr_noiseEstQuantile < &inst->noiseEstQuantile[inst->magnLen - 3]; in UpdateNoiseEstimateNeon()
161 for (i = 0; i < inst->magnLen; i++) { in WebRtcNsx_NoiseEstimationNeon()
189 offset = s * inst->magnLen; in WebRtcNsx_NoiseEstimationNeon()
211 for (i = 0; i + 7 < inst->magnLen; i += 8) { in WebRtcNsx_NoiseEstimationNeon()
348 for (i = 0; i < inst->magnLen; i++) { in WebRtcNsx_NoiseEstimationNeon()
357 assert(inst->magnLen % 8 == 1); in WebRtcNsx_PrepareSpectrumNeon()
373 int16_t* pimag_end = pimag + inst->magnLen - 4; in WebRtcNsx_PrepareSpectrumNeon()
Dnsx_core_c.c42 for (i = 0; i < inst->magnLen; i++) { in WebRtcNsx_SpeechNoiseProb()
210 memset(nonSpeechProbFinal, 0, sizeof(uint16_t) * inst->magnLen); in WebRtcNsx_SpeechNoiseProb()
213 for (i = 0; i < inst->magnLen; i++) { in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c49 for (i = 0; i < inst->magnLen; i++) { in WebRtcNsx_SpeechNoiseProb()
245 memset(nonSpeechProbFinal, 0, sizeof(uint16_t) * inst->magnLen); in WebRtcNsx_SpeechNoiseProb()
255 for (i = 0; i < inst->magnLen; i++) { in WebRtcNsx_SpeechNoiseProb()
Dns_core.h57 size_t magnLen; member
Dnsx_core.h39 size_t magnLen; member