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

/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dns_core.h40 float maxLrt; member in struct:NSParaExtract_t_
H A Dnsx_core.h45 int32_t maxLrt; member in struct:NsxInst_t_
H A Dns_core.c57 inst->featureExtractionParams.maxLrt = (float)1.0;
400 inst->priorModelPars[0] = inst->featureExtractionParams.maxLrt;
408 if (inst->priorModelPars[0] > inst->featureExtractionParams.maxLrt) {
409 inst->priorModelPars[0] = inst->featureExtractionParams.maxLrt;
H A Dnsx_core.c652 inst->maxLrt = 0x0040000;
660 inst->maxLrt = 0x0080000;
668 inst->maxLrt = 0x0080000;
905 inst->thresholdLogLrt = inst->maxLrt;
910 inst->thresholdLogLrt = WEBRTC_SPL_SAT(inst->maxLrt,
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.h39 float maxLrt; member in struct:NSParaExtract_t_
H A Dnsx_core.h46 WebRtc_Word32 maxLrt; member in struct:NsxInst_t_
H A Dns_core.c54 inst->featureExtractionParams.maxLrt = (float)1.0;
374 inst->priorModelPars[0] = inst->featureExtractionParams.maxLrt;
382 if (inst->priorModelPars[0] > inst->featureExtractionParams.maxLrt) {
383 inst->priorModelPars[0] = inst->featureExtractionParams.maxLrt;
H A Dnsx_core.c763 inst->maxLrt = 0x0040000;
771 inst->maxLrt = 0x0080000;
779 inst->maxLrt = 0x0080000;
1005 inst->thresholdLogLrt = inst->maxLrt;
1010 inst->thresholdLogLrt = WEBRTC_SPL_SAT(inst->maxLrt,

Completed in 554 milliseconds