Searched refs:tReal (Results 1 – 1 of 1) sorted by relevance
/external/aac/libFDK/src/ |
D | qmf.cpp | 679 FIXP_QMF *RESTRICT tReal = pTimeOut; in qmfInverseModulationLP_even() local 683 …scaleValues(&tReal[0], &qmfReal[0], synQmf->lsb, scaleFactorLo… in qmfInverseModulationLP_even() 684 …scaleValues(&tReal[0+synQmf->lsb], &qmfReal[0+synQmf->lsb], synQmf->usb-synQmf->lsb, scaleFactorHi… in qmfInverseModulationLP_even() 685 FDKmemclear(&tReal[0+synQmf->usb], (L-synQmf->usb)*sizeof(FIXP_QMF)); in qmfInverseModulationLP_even() 688 dct_II(tReal, tImag, L, &scale); in qmfInverseModulationLP_even() 691 tImag[0] = tReal[M]; in qmfInverseModulationLP_even() 693 tmp = tReal [0]; in qmfInverseModulationLP_even() 694 tReal [0] = tReal[M]; in qmfInverseModulationLP_even() 695 tReal [M] = tmp; in qmfInverseModulationLP_even() 699 tmp = tReal[L - i]; in qmfInverseModulationLP_even() [all …]
|