HomeSort by relevance Sort by last modified time
    Searched refs:HIST_PAR_EST (Results 1 - 6 of 6) sorted by null

  /external/webrtc/src/modules/audio_processing/ns/
defines.h 49 #define HIST_PAR_EST 1000 // histogram size for estimation of parameters
nsx_defines.h 32 #define HIST_PAR_EST 1000 // histogram size for estimation of parameters
ns_core.h 101 int histLrt[HIST_PAR_EST];
102 int histSpecFlat[HIST_PAR_EST];
103 int histSpecDiff[HIST_PAR_EST];
nsx_core.h 84 WebRtc_Word16 histLrt[HIST_PAR_EST];
85 WebRtc_Word16 histSpecFlat[HIST_PAR_EST];
86 WebRtc_Word16 histSpecDiff[HIST_PAR_EST];
ns_core.c 164 for (i = 0; i < HIST_PAR_EST; i++) {
328 if ((inst->featureData[3] < HIST_PAR_EST * inst->featureExtractionParams.binSizeLrt)
334 if ((inst->featureData[0] < HIST_PAR_EST
341 if ((inst->featureData[4] < HIST_PAR_EST
356 for (i = 0; i < HIST_PAR_EST; i++) {
398 for (i = 0; i < HIST_PAR_EST; i++) {
425 for (i = 0; i < HIST_PAR_EST; i++) {
519 for (i = 0; i < HIST_PAR_EST; i++) {
    [all...]
nsx_core.c     [all...]

Completed in 47 milliseconds