OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minLrt
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.h
41
float
minLrt
;
nsx_core.h
46
int32_t
minLrt
;
ns_core.c
58
self->featureExtractionParams.
minLrt
= 0.2f;
367
if (self->priorModelPars[0] < self->featureExtractionParams.
minLrt
) {
368
self->priorModelPars[0] = self->featureExtractionParams.
minLrt
;
[
all
...]
nsx_core.c
651
inst->
minLrt
= 52429;
659
inst->
minLrt
= 104858;
[
all
...]
Completed in 540 milliseconds