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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 79 complex_t sde[PART_LEN1]; // cross-psd of nearend and error
80 complex_t sxd[PART_LEN1]; // cross-psd of farend and nearend
82 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1];
174 complex_t* comfortNoiseHband,
aec_core.h 25 typedef float complex_t[2]; typedef
28 // ones (complex_t[SIZE] -> float[2][SIZE]). This allows SIMD optimizations and
aec_core.c 459 complex_t* comfortNoiseHband,
466 complex_t u[PART_LEN1];
795 complex_t comfortNoiseHband[PART_LEN1];
    [all...]
aec_core_mips.c 29 complex_t* comfortNoiseHband,
36 complex_t u[PART_LEN1];
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 35 typedef float complex_t[2]; typedef
38 // ones (complex_t[SIZE] -> float[2][SIZE]). This allows SIMD optimizations and
94 complex_t sde[PART_LEN1]; // cross-psd of nearend and error
95 complex_t sxd[PART_LEN1]; // cross-psd of farend and nearend
96 complex_t xfwBuf[NR_PART * PART_LEN1]; // farend windowed fft buffer
aec_core.c 116 complex_t *comfortNoiseHband,
477 memset(aec->xfBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1);
478 memset(aec->wfBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1);
479 memset(aec->sde, 0, sizeof(complex_t) * PART_LEN1);
480 memset(aec->sxd, 0, sizeof(complex_t) * PART_LEN1);
481 memset(aec->xfwBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1);
855 complex_t comfortNoiseHband[PART_LEN1];
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd 766 ctypedef npy_cdouble complex_t
    [all...]

Completed in 1098 milliseconds