Searched defs:ixheaacd_mult32 (Results 1 - 3 of 3) sorted by relevance

/external/libxaac/decoder/
H A Dixheaacd_basic_ops40.h119 static PLATFORM_INLINE WORD32 ixheaacd_mult32(WORD32 a, WORD32 b) { function
167 result = a + ixheaacd_mult32(b, c);
208 result = a - ixheaacd_mult32(b, c);
245 sum += (WORD40)(ixheaacd_mult32(x[i], y[i]));
H A Dixheaacd_mps_poly_filt.c43 static PLATFORM_INLINE WORD32 ixheaacd_mult32(WORD32 a, WORD32 b) { function
74 tmp = ixheaacd_add32_sat(ixheaacd_mult32(ptr_in[k], table_re[k >> 1]),
75 ixheaacd_mult32(ptr_in[k + 1], table_im[k >> 1]));
78 ixheaacd_add32_sat(ixheaacd_mult32(-ptr_in[k], table_im[k >> 1]),
79 ixheaacd_mult32(ptr_in[k + 1], table_re[k >> 1]));
89 tmp = ixheaacd_add32_sat(ixheaacd_mult32(ptr_in[k], table_re[k]),
90 ixheaacd_mult32(ptr_in[k + 1], table_im[k]));
93 ixheaacd_add32_sat(ixheaacd_mult32(-ptr_in[k], table_im[k]),
94 ixheaacd_mult32(ptr_in[k + 1], table_re[k]));
106 ixheaacd_add32_sat(ixheaacd_mult32(fin_r
[all...]
H A Dixheaacd_fft.c45 static PLATFORM_INLINE WORD32 ixheaacd_mult32(WORD32 a, WORD32 b) { function
58 result = a + ixheaacd_mult32(b, c);
231 tmp = (ixheaacd_mult32(x1r, w1l) - ixheaacd_mult32(x1i, w1h));
232 x1i = ixheaacd_mac32(ixheaacd_mult32(x1r, w1h), x1i, w1l);
235 tmp = (ixheaacd_mult32(x2r, w2l) - ixheaacd_mult32(x2i, w2h));
236 x2i = ixheaacd_mac32(ixheaacd_mult32(x2r, w2h), x2i, w2l);
239 tmp = (ixheaacd_mult32(x3r, w3l) - ixheaacd_mult32(x3
[all...]

Completed in 131 milliseconds