Searched refs:minLrt (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dns_core.h41 float minLrt; member in struct:NSParaExtract_t_
H A Dnsx_core.h46 int32_t minLrt; member in struct:NsxInst_t_
H A Dns_core.c58 inst->featureExtractionParams.minLrt = (float)0.20;
405 if (inst->priorModelPars[0] < inst->featureExtractionParams.minLrt) {
406 inst->priorModelPars[0] = inst->featureExtractionParams.minLrt;
H A Dnsx_core.c653 inst->minLrt = 52429;
661 inst->minLrt = 104858;
669 inst->minLrt = 104858;
912 inst->minLrt);
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.h40 float minLrt; member in struct:NSParaExtract_t_
H A Dnsx_core.h47 WebRtc_Word32 minLrt; member in struct:NsxInst_t_
H A Dns_core.c55 inst->featureExtractionParams.minLrt = (float)0.20;
379 if (inst->priorModelPars[0] < inst->featureExtractionParams.minLrt) {
380 inst->priorModelPars[0] = inst->featureExtractionParams.minLrt;
H A Dnsx_core.c764 inst->minLrt = 52429;
772 inst->minLrt = 104858;
780 inst->minLrt = 104858;
1012 inst->minLrt);

Completed in 2153 milliseconds