Lines Matching refs:FIXP_QMF
91 const FIXP_QMF *timeIn, /*!< Time Signal */ in qmfForwardModulationLP_odd()
92 FIXP_QMF *rSubband ) /*!< Real Output */ in qmfForwardModulationLP_odd()
100 FIXP_QMF *rSubbandPtr0 = &rSubband[M+0]; /* runs with increment */ in qmfForwardModulationLP_odd()
101 FIXP_QMF *rSubbandPtr1 = &rSubband[M-1]; /* runs with decrement */ in qmfForwardModulationLP_odd()
102 FIXP_QMF *timeIn0 = (FIXP_DBL *) &timeIn[0]; /* runs with increment */ in qmfForwardModulationLP_odd()
103 FIXP_QMF *timeIn1 = (FIXP_DBL *) &timeIn[L]; /* runs with increment */ in qmfForwardModulationLP_odd()
104 FIXP_QMF *timeIn2 = (FIXP_DBL *) &timeIn[L-1]; /* runs with decrement */ in qmfForwardModulationLP_odd()
105 FIXP_QMF *timeIn3 = (FIXP_DBL *) &timeIn[2*L-1]; /* runs with decrement */ in qmfForwardModulationLP_odd()
166 void qmfAnaPrototypeFirSlot( FIXP_QMF *analysisBuffer, in qmfAnaPrototypeFirSlot()
175 FIXP_QMF *RESTRICT pData_0 = analysisBuffer + 2*no_channels - 1; in qmfAnaPrototypeFirSlot()
176 FIXP_QMF *RESTRICT pData_1 = analysisBuffer; in qmfAnaPrototypeFirSlot()
464 static void qmfSynPrototypeFirSlot1_filter(FIXP_QMF *RESTRICT realSlot, in qmfSynPrototypeFirSlot1_filter()
465 FIXP_QMF *RESTRICT imagSlot, in qmfSynPrototypeFirSlot1_filter()
534 … FIXP_QMF *RESTRICT realSlot, /*!< Input: Pointer to real Slot */ in qmfSynPrototypeFirSlot2()
535 … FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */ in qmfSynPrototypeFirSlot2()