• Home
  • Raw
  • Download

Lines Matching refs:tReal

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()
703 tmp = tReal[M + i]; in qmfInverseModulationLP_even()
708 tReal [M + i] = tReal[i]; in qmfInverseModulationLP_even()
709 tReal [L - i] = tReal[M - i]; in qmfInverseModulationLP_even()
710 tmp = tReal[i]; in qmfInverseModulationLP_even()
711 tReal[i] = tReal [M - i]; in qmfInverseModulationLP_even()
712 tReal [M - i] = tmp; in qmfInverseModulationLP_even()
716 tmp = tReal[M + M/2]; in qmfInverseModulationLP_even()
720 tReal [M + M/2] = tReal[M/2]; in qmfInverseModulationLP_even()
771 FIXP_QMF *RESTRICT tReal = pWorkBuffer; in qmfInverseModulationHQ() local
776 cplxMult(&tImag[i], &tReal[i], in qmfInverseModulationHQ()
781 cplxMult(&tImag[i], &tReal[i], in qmfInverseModulationHQ()
788 …scaleValues(&tReal[0], &qmfReal[0], synQmf->lsb, scaleFactorLo… in qmfInverseModulationHQ()
789 …scaleValues(&tReal[0+synQmf->lsb], &qmfReal[0+synQmf->lsb], synQmf->usb-synQmf->lsb, scaleFactorHi… in qmfInverseModulationHQ()
794 FDKmemclear(&tReal[synQmf->usb], (synQmf->no_channels-synQmf->usb)*sizeof(FIXP_QMF)); in qmfInverseModulationHQ()
797 dct_IV(tReal, L, &shift); in qmfInverseModulationHQ()
803 r1 = tReal[i]; in qmfInverseModulationHQ()
805 r2 = tReal[L - i - 1]; in qmfInverseModulationHQ()
808 tReal[i] = (r1 - i1)>>1; in qmfInverseModulationHQ()
810 tReal[L - i - 1] = (r2 - i2)>>1; in qmfInverseModulationHQ()
819 r1 = -tReal[i]; in qmfInverseModulationHQ()
821 r2 = -tReal[L - i - 1]; in qmfInverseModulationHQ()
824 tReal[i] = (r1 - i1)>>1; in qmfInverseModulationHQ()
826 tReal[L - i - 1] = (r2 - i2)>>1; in qmfInverseModulationHQ()