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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft.h 27 extern const float rdft_wk3ri_first[16];
aec_rdft.c 50 const float rdft_wk3ri_first[16] = { variable
254 wk3r = rdft_wk3ri_first[k1 + 0];
255 wk3i = rdft_wk3ri_first[k1 + 1];
371 wk3r = rdft_wk3ri_first[k1 + 0];
372 wk3i = rdft_wk3ri_first[k1 + 1];
aec_rdft_mips.c 274 const float* first = rdft_wk3ri_first;
631 f13 = rdft_wk3ri_first[2];
632 f14 = rdft_wk3ri_first[3];
    [all...]

Completed in 565 milliseconds