Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.h66 float density[SIMULT * HALF_ANAL_BLOCKL];
67 float lquantile[SIMULT * HALF_ANAL_BLOCKL];
69 int counter[SIMULT];
Dnsx_core.h32 int16_t noiseEstLogQuantile[SIMULT* HALF_ANAL_BLOCKL];
33 int16_t noiseEstDensity[SIMULT* HALF_ANAL_BLOCKL];
34 int16_t noiseEstCounter[SIMULT];
Ddefines.h21 #define SIMULT 3 macro
Dnsx_defines.h17 #define SIMULT 3 macro
Dns_core.c116 for (i = 0; i < SIMULT * HALF_ANAL_BLOCKL; i++) { in WebRtcNs_InitCore()
121 for (i = 0; i < SIMULT; i++) { in WebRtcNs_InitCore()
123 (int)floor((float)(END_STARTUP_LONG * (i + 1)) / (float)SIMULT); in WebRtcNs_InitCore()
232 for (s = 0; s < SIMULT; s++) { in NoiseEstimation()
Dnsx_core.c378 for (s = 0; s < SIMULT; s++) { in NoiseEstimationC()
680 for (i = 0; i < SIMULT * HALF_ANAL_BLOCKL; i++) { in WebRtcNsx_InitCore()
684 for (i = 0; i < SIMULT; i++) { in WebRtcNsx_InitCore()
685 inst->noiseEstCounter[i] = (int16_t)(END_STARTUP_LONG * (i + 1)) / SIMULT; in WebRtcNsx_InitCore()
Dnsx_core_neon.c188 for (s = 0; s < SIMULT; s++) { in WebRtcNsx_NoiseEstimationNeon()