Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c1873 WebRtc_Word16 qMagn, qNoise; in WebRtcNsx_ProcessCore() local
1927 qMagn = inst->normData - inst->stages; in WebRtcNsx_ProcessCore()
2053 postShifts = 6 + qMagn - qNoise; in WebRtcNsx_ProcessCore()
2170 postShifts = inst->prevQNoise - qMagn; in WebRtcNsx_ProcessCore()
2171 nShifts = inst->prevQMagn - qMagn; in WebRtcNsx_ProcessCore()
2279 nShifts = inst->prevQNoise + 11 - qMagn; in WebRtcNsx_ProcessCore()
2352 inst->prevQMagn = qMagn; in WebRtcNsx_ProcessCore()