Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.h98 WebRtc_Word32 energyIn; member
Dnsx_core.c847 inst->energyIn = 0; in WebRtcNsx_InitCore()
1552 inst->energyIn = WebRtcSpl_Energy(winData, (int)inst->anaLen, &(inst->scaleEnergyIn)); in WebRtcNsx_DataAnalysis()
1809 inst->energyIn > 0) { in WebRtcNsx_DataSynthesis()
1815 inst->energyIn = WEBRTC_SPL_RSHIFT_W32(inst->energyIn, 8 + scaleEnergyOut in WebRtcNsx_DataSynthesis()
1819 assert(inst->energyIn > 0); in WebRtcNsx_DataSynthesis()
1821 + WEBRTC_SPL_RSHIFT_W32(inst->energyIn, 1), inst->energyIn); // Q8 in WebRtcNsx_DataSynthesis()