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

  /external/aac/libSBRenc/src/
ton_corr.cpp 509 INT numBandsInPatch;
546 numBandsInPatch = goalSb - targetStopBand; /* get the desired range of the patch */
548 if ( numBandsInPatch >= lsb - sourceStartBand ) {
552 numBandsInPatch = lsb - (targetStopBand - patchDistance);
553 numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) -
558 patchDistance = numBandsInPatch + targetStopBand - lsb; /* get minimal distance */
561 if (numBandsInPatch <= 0) {
566 patchParam[patch].numBandsInPatch = numBandsInPatch;
    [all...]
ton_corr.h 108 INT numBandsInPatch; /*!< number of consecutive bands in this one patch */
  /external/aac/libSBRdec/src/
lpp_tran.cpp 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 ) {
    [all...]
lpp_tran.h 155 UCHAR numBandsInPatch; /*!< number of consecutive bands in this one patch */

Completed in 501 milliseconds