Home
last modified time | relevance | path

Searched refs:ixheaacd_mac32x16in32 (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_aac_imdct.c132 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, c), tempi, s); in ixheaacd_pretwiddle_compute_960_dec()
158 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, c1), tempi, s1); in ixheaacd_pretwiddle_compute_960_dec()
191 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, cos), tempi, sin); in ixheaacd_pretwiddle_compute_dec()
223 *out_ptr1 = ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr1, cos), in ixheaacd_pretwiddle_compute_dec()
229 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, sin), tempi, cos); in ixheaacd_pretwiddle_compute_dec()
249 *out_ptr1 = ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr1, cos1), in ixheaacd_pretwiddle_compute_dec()
268 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, cos), tempi, sin); in ixheaacd_pretwiddle_compute_dec()
298 *out_ptr1 = ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr1, cos), in ixheaacd_pretwiddle_compute_dec()
304 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, sin), tempi, cos); in ixheaacd_pretwiddle_compute_dec()
324 *out_ptr1 = ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr1, cos1), in ixheaacd_pretwiddle_compute_dec()
[all …]
Dixheaacd_basic_ops40.h101 static PLATFORM_INLINE WORD32 ixheaacd_mac32x16in32(WORD32 a, WORD32 b, in ixheaacd_mac32x16in32() function