HomeSort by relevance Sort by last modified time
    Searched refs:patchDistance (Results 1 - 2 of 2) sorted by null

  /external/aac/libSBRenc/src/
ton_corr.cpp 508 INT patchDistance;
550 patchDistance = targetStopBand - sourceStartBand; /* get the targetOffset */
551 patchDistance = patchDistance & ~1; /* rounding off odd numbers and make all even */
552 numBandsInPatch = lsb - (targetStopBand - patchDistance);
558 patchDistance = numBandsInPatch + targetStopBand - lsb; /* get minimal distance */
559 patchDistance = (patchDistance + 1) & ~1; /* rounding up odd numbers and make all even */
564 patchParam[patch].sourceStartBand = targetStopBand - patchDistance;
565 patchParam[patch].targetBandOffs = patchDistance;
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.cpp 855 int patchDistance;
    [all...]

Completed in 367 milliseconds