Searched refs:initMagnEst (Results 1 – 4 of 4) sorted by relevance
813 inst->initMagnEst[i] = 0; //initial average magnitude spectrum in WebRtcNsx_InitCore()1612 inst->initMagnEst[0] = WEBRTC_SPL_RSHIFT_U32(inst->initMagnEst[0], in WebRtcNsx_DataAnalysis()1614 inst->initMagnEst[inst->anaLen2] = in WebRtcNsx_DataAnalysis()1615 WEBRTC_SPL_RSHIFT_U32(inst->initMagnEst[inst->anaLen2], in WebRtcNsx_DataAnalysis()1625 inst->initMagnEst[0] += tmpU32no1; // Q(minNorm-stages) in WebRtcNsx_DataAnalysis()1626 inst->initMagnEst[inst->anaLen2] += tmpU32no2; // Q(minNorm-stages) in WebRtcNsx_DataAnalysis()1656 inst->initMagnEst[i] = WEBRTC_SPL_RSHIFT_U32(inst->initMagnEst[i], in WebRtcNsx_DataAnalysis()1663 inst->initMagnEst[i] += tmpU32no1; // Q(minNorm-stages) in WebRtcNsx_DataAnalysis()1978 if (inst->initMagnEst[i]) { in WebRtcNsx_ProcessCore()1982 numerator = WEBRTC_SPL_LSHIFT_U32(inst->initMagnEst[i], 8); in WebRtcNsx_ProcessCore()[all …]
96 float initMagnEst[HALF_ANAL_BLOCKL]; //initial magnitude spectrum estimate member
151 inst->initMagnEst[i] = (float)0.0; //initial average mag spectrum in WebRtcNs_InitCore()877 inst->initMagnEst[0] += magn[0]; in WebRtcNs_ProcessCore()878 inst->initMagnEst[inst->magnLen - 1] += magn[inst->magnLen - 1]; in WebRtcNs_ProcessCore()896 inst->initMagnEst[i] += magn[i]; in WebRtcNs_ProcessCore()958 theFilterTmp[i] = (inst->initMagnEst[i] - inst->overdrive * parametric_noise); in WebRtcNs_ProcessCore()959 theFilterTmp[i] /= (inst->initMagnEst[i] + (float)0.0001); in WebRtcNs_ProcessCore()
69 WebRtc_UWord32 initMagnEst[HALF_ANAL_BLOCKL];//initial magnitude spectrum estimate member