Searched refs:magnEnergy (Results 1 – 2 of 2) sorted by relevance
730 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()
63 uint32_t magnEnergy; member