Searched refs:tempi1 (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 175 tempi1 = *spec_data1++; in ixheaacd_pretwiddle_compute_dec() 180 *out_ptr1 = ixheaacd_sub32(ixheaacd_mult32x16in32(tempi1, cos), in ixheaacd_pretwiddle_compute_dec() 187 tempi1, sin); in ixheaacd_pretwiddle_compute_dec() 205 tempi1 = *spec_data1; in ixheaacd_pretwiddle_compute_dec() 207 *out_ptr1 = ixheaacd_sub32(ixheaacd_mult32x16in32(tempi1, cos1), in ixheaacd_pretwiddle_compute_dec() 213 tempi1, sin1); in ixheaacd_pretwiddle_compute_dec() 251 tempi1 = *spec_data1++; in ixheaacd_pretwiddle_compute_dec() 256 *out_ptr1 = ixheaacd_sub32(ixheaacd_mult32x16in32(tempi1, cos), in ixheaacd_pretwiddle_compute_dec() 262 tempi1, sin); in ixheaacd_pretwiddle_compute_dec() [all …]
|