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

  /external/aac/libSBRenc/src/
ton_corr.h 136 INT noQmfChannels;
256 INT noQmfChannels /*!< Number of QMF channels. */
ton_corr.cpp 148 INT noQmfChannels = hTonCorr->noQmfChannels; /* Number of Bands */
176 noQmfChannels * sizeof(FIXP_DBL));
178 noQmfChannels * sizeof(INT));
184 FDKmemclear(pNrgVectorFreq, noQmfChannels * sizeof(FIXP_DBL));
705 INT noQmfChannels = sbrCfg->noQmfBands;
783 hTonCorr->noQmfChannels = noQmfChannels;
786 FDKmemclear(hTonCorr->quotaMatrix[i], sizeof(FIXP_DBL) * noQmfChannels);
787 FDKmemclear(hTonCorr->signMatrix[i], sizeof(INT) * noQmfChannels);
    [all...]

Completed in 6401 milliseconds