Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.h50 int32_t thresholdLogLrt; member
Dnsx_core_c.c88 tmp32no1 = logLrtTimeAvgKsumFX - inst->thresholdLogLrt; // Q12 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core.c649 inst->thresholdLogLrt = 131072; //default threshold for LRT feature in WebRtcNsx_InitCore()
657 inst->thresholdLogLrt = 212644; //default threshold for LRT feature in WebRtcNsx_InitCore()
707 inst->featureLogLrt = inst->thresholdLogLrt; //average LRT factor (= threshold) in WebRtcNsx_InitCore()
897 inst->thresholdLogLrt = inst->maxLrt; in WebRtcNsx_FeatureParameterExtraction()
902 inst->thresholdLogLrt = WEBRTC_SPL_SAT(inst->maxLrt, in WebRtcNsx_FeatureParameterExtraction()
Dnsx_core_mips.c123 tmp32no1 = logLrtTimeAvgKsumFX - inst->thresholdLogLrt; // Q12 in WebRtcNsx_SpeechNoiseProb()