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