Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_hybrid.c251 WORD32 temp_im = ptr_qmf_real[band + 0x40]; in ixheaacd_hybrid_analysis() local
255 temp_im = ixheaacd_shl32(temp_im, -scale); in ixheaacd_hybrid_analysis()
258 temp_im = ixheaacd_shr32(temp_im, scale); in ixheaacd_hybrid_analysis()
263 *ptr_temp_imag = temp_im; in ixheaacd_hybrid_analysis()
264 *--ptr_im = temp_im; in ixheaacd_hybrid_analysis()