Searched refs:numBandsInPatch (Results 1 – 4 of 4) sorted by relevance
509 INT numBandsInPatch; in resetPatch() local546 …numBandsInPatch = 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()553 … numBandsInPatch = 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 …]
108 INT numBandsInPatch; /*!< number of consecutive bands in this one patch */ member
281 + patchParam[pSettings->noOfPatches-1].numBandsInPatch; in lppTransposer()856 int numBandsInPatch; in resetLppTransposer() local903 …numBandsInPatch = desiredBorder - targetStopBand; /* Get the desired range of th… in resetLppTransposer()905 if ( numBandsInPatch >= lsb - sourceStartBand ) { in resetLppTransposer()909 …numBandsInPatch = lsb - (targetStopBand - patchDistance); /* Update number of bands to be patched… in resetLppTransposer()910 … numBandsInPatch = 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 …]
155 UCHAR numBandsInPatch; /*!< number of consecutive bands in this one patch */ member