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

/external/aac/libSBRenc/src/
H A Dton_corr.h108 INT numBandsInPatch; /*!< number of consecutive bands in this one patch */ member in struct:__anon267
/external/aac/libSBRdec/src/
H A Dlpp_tran.h155 UCHAR numBandsInPatch; /*!< number of consecutive bands in this one patch */ member in struct:__anon212
H A Dlpp_tran.cpp281 + patchParam[pSettings->noOfPatches-1].numBandsInPatch;
856 int numBandsInPatch; local
903 numBandsInPatch = desiredBorder - targetStopBand; /* Get the desired range of the patch */
905 if ( numBandsInPatch >= lsb - sourceStartBand ) {
909 numBandsInPatch = lsb - (targetStopBand - patchDistance); /* Update number of bands to be patched */
910 numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) -
915 patchDistance = numBandsInPatch + targetStopBand - lsb; /* Get minimal distance */
918 if (numBandsInPatch > 0) {
921 patchParam[patch].numBandsInPatch
[all...]

Completed in 1777 milliseconds