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 308 SCHAR *qmfScale
401 *qmfScale = -downmixScale + 7;
427 if (hParametricStereo->qmfDelayScale > *qmfScale) {
428 scale = hParametricStereo->qmfDelayScale - *qmfScale;
432 scale = *qmfScale - hParametricStereo->qmfDelayScale;
443 scale = *qmfScale;
444 *qmfScale = FDKmin(*qmfScale, hParametricStereo->qmfDelayScale);
472 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 142 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 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 *
    [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 75 milliseconds