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

  /external/webrtc/webrtc/modules/audio_processing/ns/
defines.h 21 #define SIMULT 3
nsx_defines.h 17 #define SIMULT 3
ns_core.h 66 float density[SIMULT * HALF_ANAL_BLOCKL];
67 float lquantile[SIMULT * HALF_ANAL_BLOCKL];
69 int counter[SIMULT];
nsx_core.h 32 int16_t noiseEstLogQuantile[SIMULT* HALF_ANAL_BLOCKL];
33 int16_t noiseEstDensity[SIMULT* HALF_ANAL_BLOCKL];
34 int16_t noiseEstCounter[SIMULT];
ns_core.c 116 for (i = 0; i < SIMULT * HALF_ANAL_BLOCKL; i++) {
121 for (i = 0; i < SIMULT; i++) {
123 (int)floor((float)(END_STARTUP_LONG * (i + 1)) / (float)SIMULT);
232 for (s = 0; s < SIMULT; s++) {
    [all...]
nsx_core.c 378 for (s = 0; s < SIMULT; s++) {
680 for (i = 0; i < SIMULT * HALF_ANAL_BLOCKL; i++) {
684 for (i = 0; i < SIMULT; i++) {
685 inst->noiseEstCounter[i] = (int16_t)(END_STARTUP_LONG * (i + 1)) / SIMULT;
    [all...]
nsx_core_neon.c 188 for (s = 0; s < SIMULT; s++) {

Completed in 1263 milliseconds