Home | History | Annotate | Download | only in src

Lines Matching refs:qmfScale

122                                    INT   *qmfScale,                 /*!< sclefactor of QMF subsamples */
140 scale = (FRACT_BITS-1-*qmfScale);
146 *qmfScale += scale;
188 *energyScale = 2*(*qmfScale)-1; /* if qmfScale > 0: nr of right shifts otherwise nr of left shifts */
212 int *qmfScale, /*!< sclefactor of QMF subsamples */
233 scale = (FRACT_BITS-1-*qmfScale);
239 *qmfScale += scale;
274 *energyScale = 2*(*qmfScale)-1; /* if qmfScale > 0: nr of right shifts otherwise nr of left shifts */
899 &hEnvChan->qmfScale,
907 &hEnvChan->qmfScale,
919 hEnvChan->qmfScale);