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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 62 complex16_t* out,
68 complex16_t* freq_signal,
96 complex16_t* efw,
167 complex16_t* freq_signal,
309 // TODO (kma): define fft with complex16_t.
317 complex16_t* dfw = (complex16_t*) (((uintptr_t) dfw_buf + 31) & ~ 31);
318 complex16_t* efw = (complex16_t*) (((uintptr_t) efw_buf + 31) & ~ 31);
656 complex16_t* out
    [all...]
aecm_core_mips.c 72 complex16_t* out,
78 complex16_t* freq_signal,
83 complex16_t* pfreq_signal;
204 complex16_t* efw,
212 complex16_t* pefw = efw;
    [all...]
aecm_core_neon.c 49 complex16_t* freq_signal,
119 complex16_t* efw,
135 complex16_t* p_efw = efw;
aecm_core.h 32 } complex16_t; typedef in typeref:struct:__anon20512

Completed in 102 milliseconds