Lines Matching refs:xOverQmf
132 static void copyHarmonicSpectrum(int *xOverQmf, FIXP_DBL **qmfReal, in copyHarmonicSpectrum() argument
153 if (xOverQmf[i] != 0) { in copyHarmonicSpectrum()
159 patchBands = xOverQmf[patch + 1] - xOverQmf[patch]; in copyHarmonicSpectrum()
160 target = xOverQmf[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()
166 if (target + numBands >= xOverQmf[patch + 1]) { in copyHarmonicSpectrum()
167 numBands = xOverQmf[patch + 1] - target; in copyHarmonicSpectrum()
170 ((xOverQmf[MAX_STRETCH_HBE - 1] - 1) % 2)) % in copyHarmonicSpectrum()
183 (target + band - 1 < xOverQmf[patch + 1])) { in copyHarmonicSpectrum()
195 (target + band - 1 < xOverQmf[patch + 1])) { in copyHarmonicSpectrum()
486 int *xOverQmf = GetxOverBandQmfTransposer(hSbrDec->hHBE); in sbr_dec() local
488 copyHarmonicSpectrum(xOverQmf, pLowBandReal, pLowBandImag, noCols, in sbr_dec()
1290 int *xOverQmf = GetxOverBandQmfTransposer(hSbrDec->hHBE); in resetSbrDec() local
1318 xOverQmf, pLowBandReal, pLowBandImag, hSbrDec->hHBE->noCols, in resetSbrDec()