Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c935 WebRtc_Word32 avgHistLrtFX, avgSquareHistLrtFX, avgHistLrtComplFX; in WebRtcNsx_FeatureParameterExtraction() local
981 avgSquareHistLrtFX = 0; in WebRtcNsx_FeatureParameterExtraction()
988 avgSquareHistLrtFX += WEBRTC_SPL_MUL_32_16(tmp32, j); in WebRtcNsx_FeatureParameterExtraction()
995 avgSquareHistLrtFX += WEBRTC_SPL_MUL_32_16(tmp32, j); in WebRtcNsx_FeatureParameterExtraction()
997 fluctLrtFX = WEBRTC_SPL_MUL(avgSquareHistLrtFX, numHistLrt); in WebRtcNsx_FeatureParameterExtraction()