Searched refs:temp47 (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 123 temp47 = ixheaacd_sub32_sat(temp23, temp213); in ixheaacd_fft32() 207 ixheaacd_mult32x16in32_shl(temp47, fft_c[1])), in ixheaacd_fft32() 213 ixheaacd_mult32x16in32_shl(temp47, fft_c[3])), in ixheaacd_fft32() 219 ixheaacd_mult32x16in32_shl(temp47, fft_c[0])), in ixheaacd_fft32() 225 ixheaacd_mult32x16in32_shl(temp47, fft_c[2])), in ixheaacd_fft32() 243 temp47 = ixheaacd_add32_sat(temp213, temp215); in ixheaacd_fft32() 513 *vec++ = ixheaacd_add32_sat(temp17, temp47); in ixheaacd_fft32() 545 *vec++ = ixheaacd_sub32_sat(temp17, temp47); in ixheaacd_fft32()
|