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

  /external/aac/libSBRenc/src/
ton_corr.h 117 INT noQmfChannels;
209 INT noQmfChannels /*!< Number of QMF channels. */
ton_corr.cpp 132 INT noQmfChannels = hTonCorr->noQmfChannels; /* Numer of Bands */
163 FDKmemcpy(quotaMatrix[i],quotaMatrix[i + noEstPerFrame],noQmfChannels * sizeof(FIXP_DBL));
164 FDKmemcpy(signMatrix[i],signMatrix[i + noEstPerFrame],noQmfChannels * sizeof(INT));
169 FDKmemclear(pNrgVectorFreq,noQmfChannels * sizeof(FIXP_DBL));
674 INT noQmfChannels = sbrCfg->noQmfBands;
740 hTonCorr->noQmfChannels = noQmfChannels;
743 FDKmemclear (hTonCorr->quotaMatrix[i] , sizeof(FIXP_DBL)*noQmfChannels);
744 FDKmemclear (hTonCorr->signMatrix[i] , sizeof(INT)*noQmfChannels);
    [all...]
sbr_encoder.cpp 650 INT noQmfChannels)
655 noQmfChannels,
678 noQmfChannels))
687 sbrConfigData->xOverFreq = (sbrConfigData->freqBandTable[LOW_RES][0] * sbrConfigData->sampleFreq / noQmfChannels+1)>>1;
    [all...]

Completed in 131 milliseconds