Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c934 WebRtc_Word32 fluctLrtFX, thresFluctLrtFX; in WebRtcNsx_FeatureParameterExtraction() local
999 thresFluctLrtFX = THRES_FLUCT_LRT * numHistLrt; in WebRtcNsx_FeatureParameterExtraction()
1002 if ((fluctLrtFX < thresFluctLrtFX) || (numHistLrt == 0) || in WebRtcNsx_FeatureParameterExtraction()
1014 if (fluctLrtFX < thresFluctLrtFX) { in WebRtcNsx_FeatureParameterExtraction()