OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxLrt
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.h
40
float
maxLrt
;
nsx_core.h
45
int32_t
maxLrt
;
ns_core.c
57
self->featureExtractionParams.
maxLrt
= 1.f;
362
self->priorModelPars[0] = self->featureExtractionParams.
maxLrt
;
370
if (self->priorModelPars[0] > self->featureExtractionParams.
maxLrt
) {
371
self->priorModelPars[0] = self->featureExtractionParams.
maxLrt
;
[
all
...]
nsx_core.c
650
inst->
maxLrt
= 0x0040000;
658
inst->
maxLrt
= 0x0080000;
[
all
...]
Completed in 239 milliseconds