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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core.h 25 typedef float complex_t[2]; typedef
28 // ones (complex_t[SIZE] -> float[2][SIZE]). This allows SIMD optimizations and
  /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

Completed in 45 milliseconds