Searched refs:thresholdLogLrt (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h50 WebRtc_Word32 thresholdLogLrt; member in struct:NsxInst_t_
H A Dnsx_core.c762 inst->thresholdLogLrt = 131072; //default threshold for LRT feature
770 inst->thresholdLogLrt = 212644; //default threshold for LRT feature
778 inst->thresholdLogLrt = 212644; //default threshold for LRT feature
819 inst->featureLogLrt = inst->thresholdLogLrt; //average LRT factor (= threshold)
1005 inst->thresholdLogLrt = inst->maxLrt;
1010 inst->thresholdLogLrt = WEBRTC_SPL_SAT(inst->maxLrt,
1350 tmp32no1 = logLrtTimeAvgKsumFX - inst->thresholdLogLrt; // Q12
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.h50 int32_t thresholdLogLrt; member in struct:NsxInst_t_
H A Dnsx_core_c.c88 tmp32no1 = logLrtTimeAvgKsumFX - inst->thresholdLogLrt; // Q12
H A Dnsx_core.c651 inst->thresholdLogLrt = 131072; //default threshold for LRT feature
659 inst->thresholdLogLrt = 212644; //default threshold for LRT feature
667 inst->thresholdLogLrt = 212644; //default threshold for LRT feature
716 inst->featureLogLrt = inst->thresholdLogLrt; //average LRT factor (= threshold)
905 inst->thresholdLogLrt = inst->maxLrt;
910 inst->thresholdLogLrt = WEBRTC_SPL_SAT(inst->maxLrt,
H A Dnsx_core_mips.c122 tmp32no1 = logLrtTimeAvgKsumFX - inst->thresholdLogLrt; // Q12

Completed in 513 milliseconds