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

  /external/aac/libSBRenc/src/
ton_corr.h 185 INT noOfPatches; /*!< number of patches */
ton_corr.cpp 611 hTonCorr->noOfPatches = patch + 1;
618 for (i = 0; i < hTonCorr->noOfPatches; i++) {
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.h 203 UCHAR noOfPatches; /*!< number of patches */
lpp_tran.cpp 317 if (pSettings->noOfPatches > 0) {
323 patchParam[pSettings->noOfPatches - 1].targetStartBand +
324 patchParam[pSettings->noOfPatches - 1].numBandsInPatch;
706 while (patch < pSettings->noOfPatches) { /* inner loop over every patch */
838 while (patch < pSettings->noOfPatches) {
    [all...]
sbr_dec.cpp 548 hSbrDec->LppTrans.pSettings->noOfPatches,
    [all...]

Completed in 258 milliseconds