Home
last modified time | relevance | path

Searched refs:SIMULT (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
Dns_core.h68 float density[SIMULT* HALF_ANAL_BLOCKL];
69 float lquantile[SIMULT* HALF_ANAL_BLOCKL];
71 int counter[SIMULT];
Dnsx_core.h33 WebRtc_Word16 noiseEstLogQuantile[SIMULT* HALF_ANAL_BLOCKL];
34 WebRtc_Word16 noiseEstDensity[SIMULT* HALF_ANAL_BLOCKL];
35 WebRtc_Word16 noiseEstCounter[SIMULT];
Ddefines.h24 #define SIMULT 3 macro
Dnsx_defines.h16 #define SIMULT 3 macro
Dns_core.c124 for (i = 0; i < SIMULT * HALF_ANAL_BLOCKL; i++) { in WebRtcNs_InitCore()
129 for (i = 0; i < SIMULT; i++) { in WebRtcNs_InitCore()
130 inst->counter[i] = (int)floor((float)(END_STARTUP_LONG * (i + 1)) / (float)SIMULT); in WebRtcNs_InitCore()
253 for (s = 0; s < SIMULT; s++) { in WebRtcNs_NoiseEstimation()
Dnsx_core.c515 for (s = 0; s < SIMULT; s++) { in NoiseEstimationC()
792 for (i = 0; i < SIMULT * HALF_ANAL_BLOCKL; i++) { in WebRtcNsx_InitCore()
796 for (i = 0; i < SIMULT; i++) { in WebRtcNsx_InitCore()
797 inst->noiseEstCounter[i] = (WebRtc_Word16)(END_STARTUP_LONG * (i + 1)) / SIMULT; in WebRtcNsx_InitCore()
Dnsx_core_neon.c149 for (s = 0; s < SIMULT; s++) { in NoiseEstimationNeon()