Lines Matching refs:no_channels
95 int L = anaQmf->no_channels; in qmfForwardModulationLP_odd()
97 int shift = (anaQmf->no_channels>>6) + 1; in qmfForwardModulationLP_odd()
167 … int no_channels, /*!< Number channels of analysis filter */ in qmfAnaPrototypeFirSlot() argument
175 FIXP_QMF *RESTRICT pData_0 = analysisBuffer + 2*no_channels - 1; in qmfAnaPrototypeFirSlot()
179 FIXP_QAS *RESTRICT sta_1 = (FIXP_QAS *)pFilterStates + (2*QMF_NO_POLY*no_channels) - 1; in qmfAnaPrototypeFirSlot()
184 int staStep1 = no_channels<<1; in qmfAnaPrototypeFirSlot()
185 int staStep2 = (no_channels<<3) - 1; /* Rewind one less */ in qmfAnaPrototypeFirSlot()
208 no_channels >>= 1; in qmfAnaPrototypeFirSlot()
209 for (; --no_channels; ) in qmfAnaPrototypeFirSlot()
360 for (; --no_channels; ) in qmfAnaPrototypeFirSlot()
469 int no_channels) in qmfSynPrototypeFirSlot1_filter() argument
526 while ((--no_channels) != 0); in qmfSynPrototypeFirSlot1_filter()
541 int no_channels = qmf->no_channels; in qmfSynPrototypeFirSlot2() local
549 FDK_ASSERT(qmf->p_stride==2 && qmf->no_channels == 32); in qmfSynPrototypeFirSlot2()
551 FDK_ASSERT((no_channels&3) == 0); /* should be a multiple of 4 */ in qmfSynPrototypeFirSlot2()
553 realSlot += no_channels-1; // ~~"~~ in qmfSynPrototypeFirSlot2()
554 imagSlot += no_channels-1; // no_channels-1 .. 0 in qmfSynPrototypeFirSlot2()
559 for (no_channels = no_channels; no_channels--;) in qmfSynPrototypeFirSlot2()
600 no_channels = qmf->no_channels; in qmfSynPrototypeFirSlot2()
602 timeOut += no_channels*stride; in qmfSynPrototypeFirSlot2()
609 for (no_channels>>=2; no_channels--;) in qmfSynPrototypeFirSlot2()
666 for (no_channels>>=2; no_channels--;) in qmfSynPrototypeFirSlot2()