Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/aac/dec/src/
Dinv_long_complex_rot.cpp176 Int32 *pData_in_1; in inv_long_complex_rot() local
232 pData_in_1 = pData_in_ref2 + I; in inv_long_complex_rot()
234 px_1 = (Int16 *)pData_in_1; in inv_long_complex_rot()
270 pData_in_1 = pData_in_ref2 + I; in inv_long_complex_rot()
277 temp_re = *(pData_in_1--); in inv_long_complex_rot()
278 temp_im = *(pData_in_1); in inv_long_complex_rot()
323 pData_in_1 = pData_in_ref1 + I; in inv_long_complex_rot()
326 temp_re = *(pData_in_1--); in inv_long_complex_rot()
327 temp_im = *(pData_in_1); in inv_long_complex_rot()
Dfwd_short_complex_rot.cpp167 Int32 *pData_in_1; in fwd_short_complex_rot() local
218 pData_in_1 = pData_in_ref + I; in fwd_short_complex_rot()
233 temp_re = *(pData_in_1++) >> exp; in fwd_short_complex_rot()
234 temp_im = *(pData_in_1) >> exp; in fwd_short_complex_rot()
Dfwd_long_complex_rot.cpp181 Int32 *pData_in_1; in fwd_long_complex_rot() local
218 pData_in_1 = pData_in_ref1; in fwd_long_complex_rot()
235 temp_re = *(pData_in_1++) >> exp; in fwd_long_complex_rot()
236 temp_im = *(pData_in_1++) >> exp; in fwd_long_complex_rot()
Dinv_short_complex_rot.cpp171 Int32 *pData_in_1; in inv_short_complex_rot() local
231 pData_in_1 = pData_in_ref + I; in inv_short_complex_rot()
237 temp_im = *(pData_in_1++); in inv_short_complex_rot()
238 temp_re = *(pData_in_1); in inv_short_complex_rot()