Searched refs:tempi1 (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 171 WORD32 tempr1, tempi1; in ixheaacd_pretwiddle_compute_dec() local 212 tempi1 = *spec_data1++; in ixheaacd_pretwiddle_compute_dec() 217 *out_ptr1 = ixheaacd_sub32(ixheaacd_mult32x16in32(tempi1, cos), in ixheaacd_pretwiddle_compute_dec() 224 tempi1, sin); in ixheaacd_pretwiddle_compute_dec() 242 tempi1 = *spec_data1; in ixheaacd_pretwiddle_compute_dec() 244 *out_ptr1 = ixheaacd_sub32(ixheaacd_mult32x16in32(tempi1, cos1), in ixheaacd_pretwiddle_compute_dec() 250 tempi1, sin1); in ixheaacd_pretwiddle_compute_dec() 288 tempi1 = *spec_data1++; in ixheaacd_pretwiddle_compute_dec() 293 *out_ptr1 = ixheaacd_sub32(ixheaacd_mult32x16in32(tempi1, cos), in ixheaacd_pretwiddle_compute_dec() 299 tempi1, sin); in ixheaacd_pretwiddle_compute_dec() [all …]
|