Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/aac/dec/src/
Dinv_long_complex_rot.cpp173 Int32 temp_im; in inv_long_complex_rot() local
251 temp_im = *(pData_in_2++); in inv_long_complex_rot()
266 temp_re_0 = (Int16)(cmplx_mul32_by_16(temp_re, -temp_im, exp_jw) >> exp); in inv_long_complex_rot()
267 temp_im_0 = (Int16)(cmplx_mul32_by_16(temp_im, temp_re, exp_jw) >> exp); in inv_long_complex_rot()
278 temp_im = *(pData_in_1); in inv_long_complex_rot()
290 temp_re_1 = (Int16)(cmplx_mul32_by_16(temp_re, -temp_im, exp_jw) >> exp); in inv_long_complex_rot()
291 temp_im_1 = (Int16)(cmplx_mul32_by_16(temp_im, temp_re, exp_jw) >> exp); in inv_long_complex_rot()
301 temp_im = *(pData_in_2++); in inv_long_complex_rot()
314 *(px_1--) = (Int16)(cmplx_mul32_by_16(temp_re, -temp_im, exp_jw) >> exp); in inv_long_complex_rot()
315 *(px_4++) = (Int16)(cmplx_mul32_by_16(temp_im, temp_re, exp_jw) >> exp); in inv_long_complex_rot()
[all …]
Dfwd_long_complex_rot.cpp169 Int32 temp_im; in fwd_long_complex_rot() local
236 temp_im = *(pData_in_1++) >> exp; in fwd_long_complex_rot()
242 temp_re_32 = (cmplx_mul32_by_16(temp_re, temp_im, exp_jw)); in fwd_long_complex_rot()
243 temp_im_32 = (cmplx_mul32_by_16(temp_im, -temp_re, exp_jw)); in fwd_long_complex_rot()
266 temp_im = *(pData_in_2++) >> exp; in fwd_long_complex_rot()
268 temp_re_32 = (cmplx_mul32_by_16(temp_re, temp_im, exp_jw)); in fwd_long_complex_rot()
269 temp_im_32 = (cmplx_mul32_by_16(temp_im, -temp_re, exp_jw)); in fwd_long_complex_rot()
Dmdct_fxp.cpp270 Int32 temp_im; in mdct_fxp() local
338 temp_im = (*(p_data_3++) - *(p_data_4--)) >> 1; in mdct_fxp()
350 temp_re_32 = temp_re * cos_n + temp_im * sin_n; in mdct_fxp()
351 temp_im_32 = temp_im * cos_n - temp_re * sin_n; in mdct_fxp()
376 temp_im = (*(p_data_1--) + *(p_data_3++)) >> 1; in mdct_fxp()
392 temp_re_32 = temp_re * cos_n + temp_im * sin_n; in mdct_fxp()
393 temp_im_32 = temp_im * cos_n - temp_re * sin_n; in mdct_fxp()
Dfwd_short_complex_rot.cpp170 Int32 temp_im; in fwd_short_complex_rot() local
234 temp_im = *(pData_in_1) >> exp; in fwd_short_complex_rot()
240 temp_re_32 = (temp_re * cos_n + temp_im * sin_n) >> 16; in fwd_short_complex_rot()
241 temp_im_32 = (temp_im * cos_n - temp_re * sin_n) >> 16; in fwd_short_complex_rot()
Dinv_short_complex_rot.cpp174 Int32 temp_im; in inv_short_complex_rot() local
237 temp_im = *(pData_in_1++); in inv_short_complex_rot()
246 *(pData_re++) = (Int16)(cmplx_mul32_by_16(temp_re, -temp_im, exp_jw) >> exp); in inv_short_complex_rot()
247 *(pData_im++) = (Int16)(cmplx_mul32_by_16(temp_im, temp_re, exp_jw) >> exp); in inv_short_complex_rot()