Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dqmf.cpp321 FIXP_DBL *RESTRICT tReal = pTimeOut; in qmfInverseModulationLP_even() local
325 scaleValuesSaturate(&tReal[0], &qmfReal[0], synQmf->lsb, scaleFactorLowBand); in qmfInverseModulationLP_even()
326 scaleValuesSaturate(&tReal[0 + synQmf->lsb], &qmfReal[0 + synQmf->lsb], in qmfInverseModulationLP_even()
328 FDKmemclear(&tReal[0 + synQmf->usb], (L - synQmf->usb) * sizeof(FIXP_DBL)); in qmfInverseModulationLP_even()
331 dct_II(tReal, tImag, L, &scale); in qmfInverseModulationLP_even()
334 tImag[0] = tReal[M]; in qmfInverseModulationLP_even()
336 tmp = tReal[0]; in qmfInverseModulationLP_even()
337 tReal[0] = tReal[M]; in qmfInverseModulationLP_even()
338 tReal[M] = tmp; in qmfInverseModulationLP_even()
342 tmp = tReal[L - i]; in qmfInverseModulationLP_even()
[all …]