Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/aac/dec/src/
Dinv_long_complex_rot.cpp193 Int16 *px_1; in inv_long_complex_rot() local
234 px_1 = (Int16 *)pData_in_1; in inv_long_complex_rot()
235 px_1++; in inv_long_complex_rot()
305 *(px_1--) = temp_re_0; in inv_long_complex_rot()
306 *(px_1--) = temp_im_1; 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()
334 *(px_1--) = (Int16)(cmplx_mul32_by_16(temp_im, temp_re, exp_jw) >> exp); in inv_long_complex_rot()
348 px_1 = p_Data_Int_precision + n_2 - 1; in inv_long_complex_rot()
360 *(px_1--) = temp_re_0; in inv_long_complex_rot()
361 *(px_1--) = temp_im_1; in inv_long_complex_rot()
[all …]