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

/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 58 milliseconds