Home
last modified time | relevance | path

Searched refs:targetStopBand (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
Dlpp_tran.cpp322 int targetStopBand = in lppTransposer() local
326 int memSize = ((64) - targetStopBand) * sizeof(FIXP_DBL); in lppTransposer()
330 FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize); in lppTransposer()
331 FDKmemclear(&qmfBufferImag[i][targetStopBand], memSize); in lppTransposer()
335 FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize); in lppTransposer()
926 int targetStopBand = in lppTransposerHBE() local
930 int memSize = ((64) - targetStopBand) * sizeof(FIXP_DBL); in lppTransposerHBE()
933 FDKmemclear(&qmfBufferReal[i][targetStopBand], memSize); in lppTransposerHBE()
934 FDKmemclear(&qmfBufferImag[i][targetStopBand], memSize); in lppTransposerHBE()
1326 int targetStopBand; in resetLppTransposer() local
[all …]
/external/aac/libSBRenc/src/
Dton_corr.cpp512 INT targetStopBand; in resetPatch() local
546 targetStopBand = lsb + xoverOffset; in resetPatch()
551 while (targetStopBand < usb) { in resetPatch()
555 patchParam[patch].guardStartBand = targetStopBand; in resetPatch()
556 targetStopBand += sbGuard; in resetPatch()
557 patchParam[patch].targetStartBand = targetStopBand; in resetPatch()
560 goalSb - targetStopBand; /* get the desired range of the patch */ in resetPatch()
565 targetStopBand - sourceStartBand; /* get the targetOffset */ in resetPatch()
568 numBandsInPatch = lsb - (targetStopBand - patchDistance); in resetPatch()
569 numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, in resetPatch()
[all …]