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

  /external/aac/libSBRenc/src/
ton_corr.cpp 507 INT sourceStartBand;
531 sourceStartBand = hTonCorr->shiftStartSb + xoverOffset;
548 if ( numBandsInPatch >= lsb - sourceStartBand ) {
550 patchDistance = targetStopBand - sourceStartBand; /* get the targetOffset */
564 patchParam[patch].sourceStartBand = targetStopBand - patchDistance;
567 patchParam[patch].sourceStopBand = patchParam[patch].sourceStartBand + numBandsInPatch;
573 sourceStartBand = hTonCorr->shiftStartSb;
602 INT sourceStart = hTonCorr->patchParam[i].sourceStartBand;
    [all...]
ton_corr.h 102 INT sourceStartBand; /*!< first band in lowbands where to take the samples from */
  /external/aac/libSBRdec/src/
lpp_tran.h 149 UCHAR sourceStartBand; /*!< first band in lowbands where to take the samples from */
lpp_tran.cpp 612 if ( loBand < patchParam[patch].sourceStartBand
723 if ( loBand < patchParam[patch].sourceStartBand
854 int sourceStartBand;
884 sourceStartBand = SHIFT_START_SB + xoverOffset;
905 if ( numBandsInPatch >= lsb - sourceStartBand ) {
    [all...]

Completed in 42 milliseconds