Home | History | Annotate | Download | only in src

Lines Matching defs:numBandsInPatch

281                  + patchParam[pSettings->noOfPatches-1].numBandsInPatch;
856 int numBandsInPatch;
903 numBandsInPatch = desiredBorder - targetStopBand; /* Get the desired range of the patch */
905 if ( numBandsInPatch >= lsb - sourceStartBand ) {
909 numBandsInPatch = lsb - (targetStopBand - patchDistance); /* Update number of bands to be patched */
910 numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) -
915 patchDistance = numBandsInPatch + targetStopBand - lsb; /* Get minimal distance */
918 if (numBandsInPatch > 0) {
921 patchParam[patch].numBandsInPatch = numBandsInPatch;
922 patchParam[patch].sourceStopBand = patchParam[patch].sourceStartBand + numBandsInPatch;
924 targetStopBand += patchParam[patch].numBandsInPatch;
942 if ( (patch>0) && (patchParam[patch].numBandsInPatch < 3) ) {
944 targetStopBand = patchParam[patch].targetStartBand + patchParam[patch].numBandsInPatch;