Searched refs:tempr1 (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 134 WORD32 tempr1, tempi1; in ixheaacd_pretwiddle_compute_dec() local 177 tempr1 = *spec_data2--; in ixheaacd_pretwiddle_compute_dec() 181 ixheaacd_mult32x16in32(tempr1, sin)); in ixheaacd_pretwiddle_compute_dec() 186 *out_ptr1 = ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr1, cos), in ixheaacd_pretwiddle_compute_dec() 204 tempr1 = *spec_data2; in ixheaacd_pretwiddle_compute_dec() 208 ixheaacd_mult32x16in32(tempr1, sin1)); in ixheaacd_pretwiddle_compute_dec() 212 *out_ptr1 = ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr1, cos1), in ixheaacd_pretwiddle_compute_dec() 253 tempr1 = *spec_data2--; in ixheaacd_pretwiddle_compute_dec() 257 ixheaacd_mult32x16in32(tempr1, sin)); in ixheaacd_pretwiddle_compute_dec() 261 *out_ptr1 = ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr1, cos), in ixheaacd_pretwiddle_compute_dec() [all …]
|