Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dton_corr.cpp509 INT numBandsInPatch; in resetPatch() local
546numBandsInPatch = goalSb - targetStopBand; /* get the desired range of the patch… in resetPatch()
548 if ( numBandsInPatch >= lsb - sourceStartBand ) { in resetPatch()
552 numBandsInPatch = lsb - (targetStopBand - patchDistance); in resetPatch()
553numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) - in resetPatch()
558 patchDistance = numBandsInPatch + targetStopBand - lsb; /* get minimal distance */ in resetPatch()
561 if (numBandsInPatch <= 0) { in resetPatch()
566 patchParam[patch].numBandsInPatch = numBandsInPatch; in resetPatch()
567 patchParam[patch].sourceStopBand = patchParam[patch].sourceStartBand + numBandsInPatch; in resetPatch()
569 targetStopBand += patchParam[patch].numBandsInPatch; in resetPatch()
[all …]
Dton_corr.h108 INT numBandsInPatch; /*!< number of consecutive bands in this one patch */ member
/external/aac/libSBRdec/src/
Dlpp_tran.cpp281 + patchParam[pSettings->noOfPatches-1].numBandsInPatch; in lppTransposer()
856 int numBandsInPatch; in resetLppTransposer() local
903numBandsInPatch = desiredBorder - targetStopBand; /* Get the desired range of th… in resetLppTransposer()
905 if ( numBandsInPatch >= lsb - sourceStartBand ) { in resetLppTransposer()
909numBandsInPatch = lsb - (targetStopBand - patchDistance); /* Update number of bands to be patched… in resetLppTransposer()
910numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) - in resetLppTransposer()
915 patchDistance = numBandsInPatch + targetStopBand - lsb; /* Get minimal distance */ in resetLppTransposer()
918 if (numBandsInPatch > 0) { in resetLppTransposer()
921 patchParam[patch].numBandsInPatch = numBandsInPatch; in resetLppTransposer()
922 patchParam[patch].sourceStopBand = patchParam[patch].sourceStartBand + numBandsInPatch; in resetLppTransposer()
[all …]
Dlpp_tran.h155 UCHAR numBandsInPatch; /*!< number of consecutive bands in this one patch */ member