HomeSort by relevance Sort by last modified time
    Searched refs:qmfScale (Results 1 - 7 of 7) sorted by null

  /external/aac/libSBRenc/src/
ps_main.cpp 306 SCHAR *qmfScale
399 *qmfScale = -downmixScale + 7;
426 if (hParametricStereo->qmfDelayScale > *qmfScale) {
427 scale = hParametricStereo->qmfDelayScale - *qmfScale;
431 scale = *qmfScale - hParametricStereo->qmfDelayScale;
442 scale = *qmfScale;
443 *qmfScale = FDKmin(*qmfScale, hParametricStereo->qmfDelayScale);
471 SCHAR *qmfScale,
532 if (PSENC_OK != (error = DownmixPSQmfData(hParametricStereo, sbrSynthQmf, downmixedRealQmfData, downmixedImagQmfData, downsampledOutSignal, &hParametricStereo->pHybridData[HYBRID_READ_OFFSET], hParametricStereo->noQmfSlots, psQmfScale, qmfScale))) {
    [all...]
env_est.h 141 int qmfScale;
ps_main.h 233 * \param qmfScale Return scaling factor of the qmf data.
249 SCHAR *qmfScale,
ton_corr.h 197 INT qmfScale /*!< sclefactor of QMF subsamples */
env_est.cpp 122 INT *qmfScale, /*!< sclefactor of QMF subsamples */
143 scale = (FRACT_BITS-1-*qmfScale);
149 *qmfScale += scale;
191 *energyScale = 2*(*qmfScale)-1; /* if qmfScale > 0: nr of right shifts otherwise nr of left shifts */
215 int *qmfScale, /*!< sclefactor of QMF subsamples */
236 scale = (FRACT_BITS-1-*qmfScale);
242 *qmfScale += scale;
277 *energyScale = 2*(*qmfScale)-1; /* if qmfScale > 0: nr of right shifts otherwise nr of left shifts *
    [all...]
ton_corr.cpp 123 INT qmfScale /*!< sclefactor of QMF subsamples */
296 nrgVector[timeIndex] += ((ac->r00r) >> fixMin(DFRACT_BITS-1,(2*qmfScale+autoCorrScaling + SCALE_NRGVEC)));
298 pNrgVectorFreq[r] = pNrgVectorFreq[r] + ((ac->r00r) >> fixMin(DFRACT_BITS-1,(2*qmfScale+autoCorrScaling + SCALE_NRGVEC)));
    [all...]
sbr_encoder.cpp     [all...]

Completed in 69 milliseconds