Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dqmf.cpp250 const FIXP_DBL *timeInTmp1 = (FIXP_DBL *)&timeIn[3 * M]; in qmfForwardModulationLP_even() local
251 const FIXP_DBL *timeInTmp2 = timeInTmp1; in qmfForwardModulationLP_even()
257 accu = ((*--timeInTmp1) >> 1) + ((*++timeInTmp2) >> 1); in qmfForwardModulationLP_even()
261 timeInTmp1 = &timeIn[2 * M]; in qmfForwardModulationLP_even()
266 accu = ((*timeInTmp1--) >> 1) - ((*timeInTmp2++) >> 1); in qmfForwardModulationLP_even()