Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c1773 WebRtc_Word16 energyRatio; in WebRtcNsx_DataSynthesis() local
1820 energyRatio = (WebRtc_Word16)WEBRTC_SPL_DIV(energyOut in WebRtcNsx_DataSynthesis()
1823 energyRatio = WEBRTC_SPL_SAT(256, energyRatio, 0); in WebRtcNsx_DataSynthesis()
1826 assert(energyRatio < 257); in WebRtcNsx_DataSynthesis()
1827 gainFactor1 = kFactor1Table[energyRatio]; // Q8 in WebRtcNsx_DataSynthesis()
1828 gainFactor2 = inst->factor2Table[energyRatio]; // Q8 in WebRtcNsx_DataSynthesis()