Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dqmf.cpp168 const FIXP_DBL *timeInTmp1 = (FIXP_DBL *)&timeIn[3 * M]; in qmfForwardModulationLP_even() local
169 const FIXP_DBL *timeInTmp2 = timeInTmp1; in qmfForwardModulationLP_even()
175 accu = ((*--timeInTmp1) >> 1) + ((*++timeInTmp2) >> 1); in qmfForwardModulationLP_even()
179 timeInTmp1 = &timeIn[2 * M]; in qmfForwardModulationLP_even()
184 accu = ((*timeInTmp1--) >> 1) - ((*timeInTmp2++) >> 1); in qmfForwardModulationLP_even()