Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/aac/dec/src/
Dimdct_fxp.cpp285 Int32 temp_re32; in imdct_fxp() local
343 temp_re32 = *(p_data_1++) << shift1; in imdct_fxp()
356 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw); in imdct_fxp()
357 temp2 = -cmplx_mul32_by_16(temp_re32, temp_im32, exp_jw); in imdct_fxp()
360 temp_re32 = *(p_data_2--) << shift1; in imdct_fxp()
377 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw); in imdct_fxp()
378 temp2 = -cmplx_mul32_by_16(temp_re32, temp_im32, exp_jw); in imdct_fxp()
381 temp_re32 = *(p_data_1++) << shift1; in imdct_fxp()
393 temp_re32 = *(p_data_1++) >> 1; in imdct_fxp()
406 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw); in imdct_fxp()
[all …]