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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft.h 51 void aec_rdft_forward_128(float* a);
aec_core.c 258 aec_rdft_forward_128(fft);
836 aec_rdft_forward_128(time_data);
    [all...]
aec_core_mips.c 586 aec_rdft_forward_128(fft);
    [all...]
aec_core_neon.c 245 aec_rdft_forward_128(fft);
aec_core_sse2.c 209 aec_rdft_forward_128(fft);
aec_rdft.c 539 void aec_rdft_forward_128(float* a) { function

Completed in 73 milliseconds