Searched refs:C_MUL4 (Results 1 – 10 of 10) sorted by relevance
/external/libopus/celt/arm/ |
D | kiss_fft_armv4.h | 63 #undef C_MUL4 64 #define C_MUL4(m,a,b) \ macro
|
D | kiss_fft_armv5e.h | 66 #undef C_MUL4 67 #define C_MUL4(m,a,b) \ macro
|
/external/chromium_org/third_party/opus/src/celt/arm/ |
D | kiss_fft_armv4.h | 63 #undef C_MUL4 64 #define C_MUL4(m,a,b) \ macro
|
D | kiss_fft_armv5e.h | 66 #undef C_MUL4 67 #define C_MUL4(m,a,b) \ macro
|
/external/speex/libspeex/ |
D | _kiss_fft_guts.h | 71 # define C_MUL4(m,a,b) \ macro 93 #define C_MUL4(m,a,b) C_MUL(m,a,b) macro
|
D | kiss_fft.c | 140 C_MUL4(scratch[0],Fout[m] , *tw1 ); in kf_bfly4() 141 C_MUL4(scratch[1],Fout[m2] , *tw2 ); in kf_bfly4() 142 C_MUL4(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4()
|
/external/chromium_org/third_party/opus/src/celt/ |
D | _kiss_fft_guts.h | 68 # define C_MUL4(m,a,b) \ macro 115 #define C_MUL4(m,a,b) C_MUL(m,a,b) macro
|
D | kiss_fft.c | 134 C_MUL4(scratch[0],Fout[m] , *tw1 ); in kf_bfly4() 135 C_MUL4(scratch[1],Fout[m2] , *tw2 ); in kf_bfly4() 136 C_MUL4(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4()
|
/external/libopus/celt/ |
D | _kiss_fft_guts.h | 68 # define C_MUL4(m,a,b) \ macro 115 #define C_MUL4(m,a,b) C_MUL(m,a,b) macro
|
D | kiss_fft.c | 134 C_MUL4(scratch[0],Fout[m] , *tw1 ); in kf_bfly4() 135 C_MUL4(scratch[1],Fout[m2] , *tw2 ); in kf_bfly4() 136 C_MUL4(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4()
|