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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
defines.h 20 #define SIMULT 3
nsx_defines.h 16 #define SIMULT 3
ns_core.h 69 float density[SIMULT * HALF_ANAL_BLOCKL];
70 float lquantile[SIMULT * HALF_ANAL_BLOCKL];
72 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 128 for (i = 0; i < SIMULT * HALF_ANAL_BLOCKL; i++) {
133 for (i = 0; i < SIMULT; i++) {
135 (int)floor((float)(END_STARTUP_LONG * (i + 1)) / (float)SIMULT);
268 for (s = 0; s < SIMULT; s++) {
    [all...]
nsx_core.c 379 for (s = 0; s < SIMULT; s++) {
689 for (i = 0; i < SIMULT * HALF_ANAL_BLOCKL; i++) {
693 for (i = 0; i < SIMULT; i++) {
694 inst->noiseEstCounter[i] = (int16_t)(END_STARTUP_LONG * (i + 1)) / SIMULT;
    [all...]
nsx_core_neon.c 190 for (s = 0; s < SIMULT; s++) {
nsx_core_neon.S 162 mov r8, #SIMULT
  /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 60 milliseconds