Home
last modified time | relevance | path

Searched refs:MAX_STRETCH_HBE (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSBRdec/src/
Dhbe.h118 #define MAX_STRETCH_HBE (4) macro
165 int bXProducts[MAX_STRETCH_HBE];
Dsbr_dec.cpp158 for (patch = (MAX_STRETCH_HBE - 1); patch < numPatches; patch++) { in copyHarmonicSpectrum()
161 sourceBands = xOverQmf[MAX_STRETCH_HBE - 1] - xOverQmf[MAX_STRETCH_HBE - 2]; in copyHarmonicSpectrum()
165 int startBand = xOverQmf[MAX_STRETCH_HBE - 1] - 1; in copyHarmonicSpectrum()
170 ((xOverQmf[MAX_STRETCH_HBE - 1] - 1) % 2)) % in copyHarmonicSpectrum()
Dhbe.cpp127 static const int xProducts[MAX_STRETCH_HBE - 1] = {
939 for (i = 0; i < MAX_STRETCH_HBE - 1; i++) { in QmfTransposerCreate()
1138 hQmfTransposer->maxStretch = MAX_STRETCH_HBE; in QmfTransposerReInit()
1140 stopPatch = MAX_STRETCH_HBE; in QmfTransposerReInit()
1162 hQmfTransposer->maxStretch = fMin(patch, MAX_STRETCH_HBE); in QmfTransposerReInit()
1447 for (s = 0; s <= MAX_STRETCH_HBE - 2; s++) { in QmfTransposerApply()
Denv_calc.cpp3046 for (i = 1; i < MAX_STRETCH_HBE; i++) in ResetLimiterBands()