Searched refs:tReal (Results 1 – 1 of 1) sorted by relevance
321 FIXP_DBL *RESTRICT tReal = pTimeOut; in qmfInverseModulationLP_even() local325 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 …]