OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noQmfChannels
(Results
1 - 2
of
2
) 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));
672
INT
noQmfChannels
= sbrCfg->noQmfBands;
738
hTonCorr->
noQmfChannels
=
noQmfChannels
;
741
FDKmemclear (hTonCorr->quotaMatrix[i] , sizeof(FIXP_DBL)*
noQmfChannels
);
742
FDKmemclear (hTonCorr->signMatrix[i] , sizeof(INT)*
noQmfChannels
);
[
all
...]
Completed in 52 milliseconds