Searched refs:C_MUL4 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/arm/
H A Dkiss_fft_armv4.h63 #undef C_MUL4 macro
64 #define C_MUL4(m,a,b) \ macro
70 "#C_MUL4\n\t" \
H A Dkiss_fft_armv5e.h66 #undef C_MUL4 macro
67 #define C_MUL4(m,a,b) \ macro
75 "#C_MUL4\n\t" \
/external/libopus/celt/arm/
H A Dkiss_fft_armv4.h63 #undef C_MUL4 macro
64 #define C_MUL4(m,a,b) \ macro
70 "#C_MUL4\n\t" \
H A Dkiss_fft_armv5e.h66 #undef C_MUL4 macro
67 #define C_MUL4(m,a,b) \ macro
75 "#C_MUL4\n\t" \
/external/chromium_org/third_party/opus/src/celt/
H A D_kiss_fft_guts.h68 # define C_MUL4(m,a,b) \ macro
115 #define C_MUL4(m,a,b) C_MUL(m,a,b) macro
H A Dkiss_fft.c134 C_MUL4(scratch[0],Fout[m] , *tw1 );
135 C_MUL4(scratch[1],Fout[m2] , *tw2 );
136 C_MUL4(scratch[2],Fout[m3] , *tw3 );
/external/libopus/celt/
H A D_kiss_fft_guts.h68 # define C_MUL4(m,a,b) \ macro
115 #define C_MUL4(m,a,b) C_MUL(m,a,b) macro
H A Dkiss_fft.c134 C_MUL4(scratch[0],Fout[m] , *tw1 );
135 C_MUL4(scratch[1],Fout[m2] , *tw2 );
136 C_MUL4(scratch[2],Fout[m3] , *tw3 );
/external/speex/libspeex/
H A D_kiss_fft_guts.h71 # define C_MUL4(m,a,b) \ macro
93 #define C_MUL4(m,a,b) C_MUL(m,a,b) macro
H A Dkiss_fft.c140 C_MUL4(scratch[0],Fout[m] , *tw1 );
141 C_MUL4(scratch[1],Fout[m2] , *tw2 );
142 C_MUL4(scratch[2],Fout[m3] , *tw3 );

Completed in 327 milliseconds