Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c730 inst->magnEnergy = 0; in WebRtcNsx_InitCore()
1138 inst->magnEnergy >> (2 * inst->normData + inst->stages - 1); in WebRtcNsx_ComputeSpectralDifference()
1252 inst->magnEnergy = (uint32_t)(inst->real[0] * inst->real[0]); in WebRtcNsx_DataAnalysis()
1253 inst->magnEnergy += (uint32_t)(inst->real[inst->anaLen2] * in WebRtcNsx_DataAnalysis()
1268 inst->magnEnergy += tmpU32no1; // Q(2*(normData-stages)) in WebRtcNsx_DataAnalysis()
1309 inst->magnEnergy += tmpU32no1; // Q(2*(normData-stages)) in WebRtcNsx_DataAnalysis()
1713 inst->magnEnergy >> (2 * inst->normData + inst->stages - 1); in WebRtcNsx_ProcessCore()
Dnsx_core.h63 uint32_t magnEnergy; member