Home | History | Annotate | Download | only in src

Lines Matching refs:qmfScale

230                                    INT   *qmfScale,                 /*!< sclefactor of QMF subsamples */
248 scale = (FRACT_BITS-1-*qmfScale);
254 *qmfScale += scale;
296 *energyScale = 2*(*qmfScale)-1; /* if qmfScale > 0: nr of right shifts otherwise nr of left shifts */
320 int *qmfScale, /*!< sclefactor of QMF subsamples */
341 scale = (FRACT_BITS-1-*qmfScale);
347 *qmfScale += scale;
382 *energyScale = 2*(*qmfScale)-1; /* if qmfScale > 0: nr of right shifts otherwise nr of left shifts */
1007 &hEnvChan->qmfScale,
1015 &hEnvChan->qmfScale,
1027 hEnvChan->qmfScale);