Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.h76 WebRtc_UWord16 prevMagnU16[HALF_ANAL_BLOCKL]; //magnitude spectrum from previous frame member
Dnsx_core.c809 inst->prevMagnU16[i] = 0; in WebRtcNsx_InitCore()
2093 …nearMagnEst = WEBRTC_SPL_UMUL_16_16(inst->prevMagnU16[i], inst->noiseSupFilter[i]); // Q(prevQMagn… in WebRtcNsx_ProcessCore()
2356 inst->prevMagnU16[i] = magnU16[i]; // Q(qMagn) in WebRtcNsx_ProcessCore()
2361 inst->prevMagnU16[i] = magnU16[i]; // Q(qMagn) in WebRtcNsx_ProcessCore()