Searched refs:avgMagnPause (Results 1 – 2 of 2) sorted by relevance
700 inst->avgMagnPause[i] = 0; //conservative noise spectrum estimate in WebRtcNsx_InitCore()1107 minPause = inst->avgMagnPause[0]; // Q(prevQMagn) in WebRtcNsx_ComputeSpectralDifference()1111 avgPauseFX += inst->avgMagnPause[i]; // in Q(prevQMagn) in WebRtcNsx_ComputeSpectralDifference()1112 maxPause = WEBRTC_SPL_MAX(maxPause, inst->avgMagnPause[i]); in WebRtcNsx_ComputeSpectralDifference()1113 minPause = WEBRTC_SPL_MIN(minPause, inst->avgMagnPause[i]); in WebRtcNsx_ComputeSpectralDifference()1129 tmp32no2 = inst->avgMagnPause[i] - avgPauseFX; in WebRtcNsx_ComputeSpectralDifference()1924 tmp32no2 = WEBRTC_SPL_SHIFT_W32(inst->avgMagnPause[i], -nShifts); in WebRtcNsx_ProcessCore()1932 tmp32no1 = ((int32_t)magnU16[i] << nShifts) - inst->avgMagnPause[i]; in WebRtcNsx_ProcessCore()1938 inst->avgMagnPause[i] = tmp32no2; in WebRtcNsx_ProcessCore()
62 int32_t avgMagnPause[HALF_ANAL_BLOCKL]; member