Searched refs:numBandsInPatch (Results 1 – 4 of 4) sorted by relevance
519 INT numBandsInPatch; in resetPatch() local559 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 …]
130 INT numBandsInPatch; /*!< number of consecutive bands in this one patch */ member
324 patchParam[pSettings->noOfPatches - 1].numBandsInPatch; in lppTransposer()928 patchParam[pSettings->noOfPatches - 1].numBandsInPatch; in lppTransposerHBE()1329 int numBandsInPatch; in resetLppTransposer() local1385 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 …]
186 UCHAR numBandsInPatch; /*!< number of consecutive bands in this one patch */ member