Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dton_corr.cpp519 INT numBandsInPatch; in resetPatch() local
559 numBandsInPatch = in resetPatch()
562 if (numBandsInPatch >= lsb - sourceStartBand) { in resetPatch()
568 numBandsInPatch = lsb - (targetStopBand - patchDistance); in resetPatch()
569 numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, in resetPatch()
577 numBandsInPatch + targetStopBand - lsb; /* get minimal distance */ in resetPatch()
581 if (numBandsInPatch <= 0) { in resetPatch()
586 patchParam[patch].numBandsInPatch = numBandsInPatch; in resetPatch()
588 patchParam[patch].sourceStartBand + numBandsInPatch; in resetPatch()
590 targetStopBand += patchParam[patch].numBandsInPatch; in resetPatch()
[all …]
Dton_corr.h130 INT numBandsInPatch; /*!< number of consecutive bands in this one patch */ member
/external/aac/libSBRdec/src/
Dlpp_tran.cpp324 patchParam[pSettings->noOfPatches - 1].numBandsInPatch; in lppTransposer()
928 patchParam[pSettings->noOfPatches - 1].numBandsInPatch; in lppTransposerHBE()
1329 int numBandsInPatch; in resetLppTransposer() local
1385 numBandsInPatch = in resetLppTransposer()
1388 if (numBandsInPatch >= lsb - sourceStartBand) { in resetLppTransposer()
1394 numBandsInPatch = in resetLppTransposer()
1397 numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, in resetLppTransposer()
1403 if (numBandsInPatch == 0 && sourceStartBand == SHIFT_START_SB) { in resetLppTransposer()
1411 numBandsInPatch + targetStopBand - lsb; /* Get minimal distance */ in resetLppTransposer()
1415 if (numBandsInPatch > 0) { in resetLppTransposer()
[all …]
Dlpp_tran.h186 UCHAR numBandsInPatch; /*!< number of consecutive bands in this one patch */ member