Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c1522 void WebRtcNsx_DataAnalysis(NsxInst_t* inst, short* speechFrame, WebRtc_UWord16* magnU16) { in WebRtcNsx_DataAnalysis() argument
1588 magnU16[0] = (WebRtc_UWord16)WEBRTC_SPL_ABS_W16(inst->real[0]); // Q(normData-stages) in WebRtcNsx_DataAnalysis()
1589 magnU16[inst->anaLen2] = (WebRtc_UWord16)WEBRTC_SPL_ABS_W16(inst->real[inst->anaLen2]); in WebRtcNsx_DataAnalysis()
1590 inst->sumMagn = (WebRtc_UWord32)magnU16[0]; // Q(normData-stages) in WebRtcNsx_DataAnalysis()
1591 inst->sumMagn += (WebRtc_UWord32)magnU16[inst->anaLen2]; in WebRtcNsx_DataAnalysis()
1603 magnU16[i] = (WebRtc_UWord16)WebRtcSpl_SqrtFloor(tmpU32no1); // Q(normData-stages) in WebRtcNsx_DataAnalysis()
1604 inst->sumMagn += (WebRtc_UWord32)magnU16[i]; // Q(normData-stages) in WebRtcNsx_DataAnalysis()
1619 tmpU32no1 = WEBRTC_SPL_RSHIFT_W32((WebRtc_UWord32)magnU16[0], in WebRtcNsx_DataAnalysis()
1621 tmpU32no2 = WEBRTC_SPL_RSHIFT_W32((WebRtc_UWord32)magnU16[inst->anaLen2], in WebRtcNsx_DataAnalysis()
1629 if (magnU16[inst->anaLen2]) { in WebRtcNsx_DataAnalysis()
[all …]