Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dton_corr.cpp511 INT numBandsInPatch; in resetPatch() local
548numBandsInPatch = goalSb - targetStopBand; /* get the desired range of the patch… in resetPatch()
550 if ( numBandsInPatch >= lsb - sourceStartBand ) { in resetPatch()
554 numBandsInPatch = lsb - (targetStopBand - patchDistance); in resetPatch()
555numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) - in resetPatch()
560 patchDistance = numBandsInPatch + targetStopBand - lsb; /* get minimal distance */ in resetPatch()
563 if (numBandsInPatch <= 0) { in resetPatch()
568 patchParam[patch].numBandsInPatch = numBandsInPatch; in resetPatch()
569 patchParam[patch].sourceStopBand = patchParam[patch].sourceStartBand + numBandsInPatch; in resetPatch()
571 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
917numBandsInPatch = desiredBorder - targetStopBand; /* Get the desired range of th… in resetLppTransposer()
919 if ( numBandsInPatch >= lsb - sourceStartBand ) { in resetLppTransposer()
923numBandsInPatch = lsb - (targetStopBand - patchDistance); /* Update number of bands to be patched… in resetLppTransposer()
924numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) - in resetLppTransposer()
929 patchDistance = numBandsInPatch + targetStopBand - lsb; /* Get minimal distance */ in resetLppTransposer()
932 if (numBandsInPatch > 0) { in resetLppTransposer()
935 patchParam[patch].numBandsInPatch = numBandsInPatch; in resetLppTransposer()
936 patchParam[patch].sourceStopBand = patchParam[patch].sourceStartBand + numBandsInPatch; in resetLppTransposer()
[all …]
Dlpp_tran.h155 UCHAR numBandsInPatch; /*!< number of consecutive bands in this one patch */ member