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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft.h 25 extern const float rdft_w[64];
aec_rdft.c 32 const float rdft_w[64] = { variable
225 wk1r = rdft_w[2];
250 wk2r = rdft_w[k1 + 0];
251 wk2i = rdft_w[k1 + 1];
252 wk1r = rdft_w[k2 + 0];
253 wk1i = rdft_w[k2 + 1];
278 wk1r = rdft_w[k2 + 2];
279 wk1i = rdft_w[k2 + 3];
336 wk1r = rdft_w[2];
367 wk2r = rdft_w[k1 + 0]
    [all...]
aec_rdft_mips.c 338 "lwc1 %[f9], 8(%[rdft_w]) \n\t"
345 "addiu %[p1_rdft], %[rdft_w], 8 \n\t"
346 "addiu %[p2_rdft], %[rdft_w], 16 \n\t"
515 : [a] "r" (a), [rdft_w] "r" (rdft_w)
571 f9 = rdft_w[2];
628 f10 = rdft_w[3];
629 f11 = rdft_w[4];
630 f12 = rdft_w[5];
    [all...]
aec_rdft_neon.c 189 const float* c = rdft_w + 32;
268 const float* c = rdft_w + 32;
aec_rdft_sse2.c 241 const float* c = rdft_w + 32;
331 const float* c = rdft_w + 32;

Completed in 785 milliseconds