Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/aac/dec/src/
Dinv_short_complex_rot.cpp181 Int16 temp_re_0; in inv_short_complex_rot() local
260 temp_re_0 = (*(p_data_1++)); in inv_short_complex_rot()
265 *(p_Data_Int_precision_1--) = temp_re_0; in inv_short_complex_rot()
270 *(p_Data_Int_precision_2++) = temp_re_0; in inv_short_complex_rot()
287 temp_re_0 = (*(p_data_1++)); in inv_short_complex_rot()
292 *(p_Data_Int_precision_1--) = temp_re_0; in inv_short_complex_rot()
297 *(p_Data_Int_precision_2++) = (Int16)(-temp_re_0); in inv_short_complex_rot()
Dinv_long_complex_rot.cpp183 Int16 temp_re_0; in inv_long_complex_rot() local
266 temp_re_0 = (Int16)(cmplx_mul32_by_16(temp_re, -temp_im, exp_jw) >> exp); in inv_long_complex_rot()
305 *(px_1--) = temp_re_0; in inv_long_complex_rot()
356 Int16 temp_re_0 = *(px_4--); in inv_long_complex_rot() local
360 *(px_1--) = temp_re_0; in inv_long_complex_rot()
365 *(px_2++) = (-temp_re_0); in inv_long_complex_rot()