OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIST_PAR_EST
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
defines.h
45
#define
HIST_PAR_EST
1000 // histogram size for estimation of parameters
nsx_defines.h
35
#define
HIST_PAR_EST
1000 /* Histogram size for estimation of parameters */
ns_core.h
106
int histLrt[
HIST_PAR_EST
];
107
int histSpecFlat[
HIST_PAR_EST
];
108
int histSpecDiff[
HIST_PAR_EST
];
nsx_core.h
91
int16_t histLrt[
HIST_PAR_EST
];
92
int16_t histSpecFlat[
HIST_PAR_EST
];
93
int16_t histSpecDiff[
HIST_PAR_EST
];
ns_core.c
171
memset(self->histLrt, 0, sizeof(int) *
HIST_PAR_EST
);
172
memset(self->histSpecFlat, 0, sizeof(int) *
HIST_PAR_EST
);
173
memset(self->histSpecDiff, 0, sizeof(int) *
HIST_PAR_EST
);
312
HIST_PAR_EST
* self->featureExtractionParams.binSizeLrt) &&
320
HIST_PAR_EST
* self->featureExtractionParams.binSizeSpecFlat) &&
328
HIST_PAR_EST
* self->featureExtractionParams.binSizeSpecDiff) &&
344
for (i = 0; i <
HIST_PAR_EST
; i++) {
386
for (i = 0; i <
HIST_PAR_EST
; i++) {
414
for (i = 0; i <
HIST_PAR_EST
; i++) {
511
for (i = 0; i <
HIST_PAR_EST
; i++)
[
all
...]
nsx_core.c
[
all
...]
Completed in 432 milliseconds