Searched refs:temp40 (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_polyphase.c | 57 WORD32 temp40, temp41, temp42, temp43, temp44, temp45, temp46, temp47, temp48, temp49, temp410, in ixheaacd_fft32() local 118 temp40 = ixheaacd_add32_sat(temp21, temp215); in ixheaacd_fft32() 134 ixheaacd_mult32x16in32_shl(temp40, fft_c[3]), in ixheaacd_fft32() 140 ixheaacd_mult32x16in32_shl(temp40, fft_c[2]), in ixheaacd_fft32() 146 ixheaacd_mult32x16in32_shl(temp40, fft_c[1]), in ixheaacd_fft32() 152 ixheaacd_mult32x16in32_shl(temp40, fft_c[0]), in ixheaacd_fft32() 229 temp40 = ixheaacd_add32_sat(temp20, temp22); in ixheaacd_fft32() 500 *vec++ = ixheaacd_add32_sat(temp10, temp40); in ixheaacd_fft32() 532 *vec++ = ixheaacd_sub32_sat(temp10, temp40); in ixheaacd_fft32()
|