OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIMULT
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/src/modules/audio_processing/ns/main/source/
defines.h
24
#define
SIMULT
3
nsx_defines.h
16
#define
SIMULT
3
ns_core.h
68
float density[
SIMULT
* HALF_ANAL_BLOCKL];
69
float lquantile[
SIMULT
* HALF_ANAL_BLOCKL];
71
int counter[
SIMULT
];
nsx_core.h
34
WebRtc_Word16 noiseEstLogQuantile[
SIMULT
* HALF_ANAL_BLOCKL];
35
WebRtc_Word16 noiseEstDensity[
SIMULT
* HALF_ANAL_BLOCKL];
36
WebRtc_Word16 noiseEstCounter[
SIMULT
];
ns_core.c
135
for (i = 0; i <
SIMULT
* HALF_ANAL_BLOCKL; i++)
141
for (i = 0; i <
SIMULT
; i++)
143
inst->counter[i] = (int)floor((float)(END_STARTUP_LONG * (i + 1)) / (float)
SIMULT
);
281
for (s = 0; s <
SIMULT
; s++)
[
all
...]
nsx_core.c
550
for (i = 0; i <
SIMULT
* HALF_ANAL_BLOCKL; i++)
555
for (i = 0; i <
SIMULT
; i++)
557
inst->noiseEstCounter[i] = (WebRtc_Word16)(END_STARTUP_LONG * (i + 1)) /
SIMULT
;
[
all
...]
Completed in 3553 milliseconds