Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c1531 int16_t qMagn, qNoise; in WebRtcNsx_ProcessCore() local
1598 qMagn = inst->normData - inst->stages; in WebRtcNsx_ProcessCore()
1723 postShifts = 6 + qMagn - qNoise; in WebRtcNsx_ProcessCore()
1841 postShifts = inst->prevQNoise - qMagn; in WebRtcNsx_ProcessCore()
1842 nShifts = inst->prevQMagn - qMagn; in WebRtcNsx_ProcessCore()
1946 nShifts = inst->prevQNoise + 11 - qMagn; in WebRtcNsx_ProcessCore()
2016 inst->prevQMagn = qMagn; in WebRtcNsx_ProcessCore()