Searched defs:patchDistance (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp855 int patchDistance; local
921 patchDistance = targetStopBand - sourceStartBand; /* Get the targetOffset */
922 patchDistance = patchDistance & ~1; /* Rounding off odd numbers and make all even */
923 numBandsInPatch = lsb - (targetStopBand - patchDistance); /* Update number of bands to be patched */
929 patchDistance = numBandsInPatch + targetStopBand - lsb; /* Get minimal distance */
930 patchDistance = (patchDistance + 1) & ~1; /* Rounding up odd numbers and make all even */
933 patchParam[patch].sourceStartBand = targetStopBand - patchDistance;
934 patchParam[patch].targetBandOffs = patchDistance;
[all...]

Completed in 137 milliseconds