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

  /external/webrtc/src/modules/audio_processing/ns/
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 33 WebRtc_Word16 noiseEstLogQuantile[SIMULT* HALF_ANAL_BLOCKL];
34 WebRtc_Word16 noiseEstDensity[SIMULT* HALF_ANAL_BLOCKL];
35 WebRtc_Word16 noiseEstCounter[SIMULT];
ns_core.c 124 for (i = 0; i < SIMULT * HALF_ANAL_BLOCKL; i++) {
129 for (i = 0; i < SIMULT; i++) {
130 inst->counter[i] = (int)floor((float)(END_STARTUP_LONG * (i + 1)) / (float)SIMULT);
253 for (s = 0; s < SIMULT; s++) {
    [all...]
nsx_core.c 515 for (s = 0; s < SIMULT; s++) {
    [all...]
nsx_core_neon.c 149 for (s = 0; s < SIMULT; s++) {

Completed in 40 milliseconds