Searched refs:SIMULT (Results 1 – 7 of 7) sorted by relevance
68 float density[SIMULT* HALF_ANAL_BLOCKL];69 float lquantile[SIMULT* HALF_ANAL_BLOCKL];71 int counter[SIMULT];
33 WebRtc_Word16 noiseEstLogQuantile[SIMULT* HALF_ANAL_BLOCKL];34 WebRtc_Word16 noiseEstDensity[SIMULT* HALF_ANAL_BLOCKL];35 WebRtc_Word16 noiseEstCounter[SIMULT];
24 #define SIMULT 3 macro
16 #define SIMULT 3 macro
124 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()
515 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()
149 for (s = 0; s < SIMULT; s++) { in NoiseEstimationNeon()