Home
last modified time | relevance | path

Searched refs:tempr (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_aac_imdct.c133 WORD32 tempr, tempi; in ixheaacd_pretwiddle_compute_dec() local
150 tempr = *spec_data1++; in ixheaacd_pretwiddle_compute_dec()
154 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, cos), tempi, sin); in ixheaacd_pretwiddle_compute_dec()
160 ixheaacd_mult32x16in32(tempr, sin)); in ixheaacd_pretwiddle_compute_dec()
176 tempr = *spec_data1++; in ixheaacd_pretwiddle_compute_dec()
192 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, sin), tempi, cos); in ixheaacd_pretwiddle_compute_dec()
197 ixheaacd_mult32x16in32(tempr, cos)); in ixheaacd_pretwiddle_compute_dec()
227 tempr = *spec_data1++; in ixheaacd_pretwiddle_compute_dec()
231 ixheaacd_mac32x16in32(ixheaacd_mult32x16in32(tempr, cos), tempi, sin); in ixheaacd_pretwiddle_compute_dec()
236 ixheaacd_mult32x16in32(tempr, sin)); in ixheaacd_pretwiddle_compute_dec()
[all …]
/external/aac/libSBRenc/src/
Dsbr_def.h125 #define SWAP(a, b) tempr = a, a = b, b = tempr