HomeSort by relevance Sort by last modified time
    Searched full:patchdistance (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
sbr_generate_high_freq.cpp 132 Int32 patchDistance,
157 Int32 patchDistance,
219 Int32 patchDistance;
361 patchDistance = targetStopBand - sourceStartBand; /* get the targetOffset */
362 patchDistance = patchDistance & ~1; /* rounding off odd numbers and make all even */
363 numBandsInPatch = lsb - (targetStopBand - patchDistance);
384 patchDistance = numBandsInPatch + targetStopBand - lsb; /* get minimal distance */
385 patchDistance = (patchDistance + 1) & ~1; /* rounding up odd numbers and make all even *
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.cpp 855 int patchDistance;
    [all...]
  /external/aac/libSBRenc/src/
ton_corr.cpp 510 INT patchDistance;
552 patchDistance = targetStopBand - sourceStartBand; /* get the targetOffset */
553 patchDistance = patchDistance & ~1; /* rounding off odd numbers and make all even */
554 numBandsInPatch = lsb - (targetStopBand - patchDistance);
560 patchDistance = numBandsInPatch + targetStopBand - lsb; /* get minimal distance */
561 patchDistance = (patchDistance + 1) & ~1; /* rounding up odd numbers and make all even */
566 patchParam[patch].sourceStartBand = targetStopBand - patchDistance;
567 patchParam[patch].targetBandOffs = patchDistance;
    [all...]

Completed in 4218 milliseconds