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

/external/aac/libFDK/include/
H A Dqmf.h162 int no_channels; /*!< Total number of channels (subbands) */ member in struct:QMF_FILTER_BANK
204 int no_channels, /*!< Number of critically sampled bands */
222 int no_channels, /*!< Number of critically sampled bands */
/external/aac/libFDK/src/arm/
H A Dqmf_arm.cpp95 int L = anaQmf->no_channels;
97 int shift = (anaQmf->no_channels>>6) + 1;
167 int no_channels, /*!< Number channels of analysis filter */
175 FIXP_QMF *RESTRICT pData_0 = analysisBuffer + 2*no_channels - 1;
179 FIXP_QAS *RESTRICT sta_1 = (FIXP_QAS *)pFilterStates + (2*QMF_NO_POLY*no_channels) - 1;
184 int staStep1 = no_channels<<1;
185 int staStep2 = (no_channels<<3) - 1; /* Rewind one less */
208 no_channels >>= 1;
209 for (; --no_channels; )
360 for (; --no_channels; )
166 qmfAnaPrototypeFirSlot( FIXP_QMF *analysisBuffer, int no_channels, const FIXP_PFT *p_filter, int p_stride, FIXP_QAS *RESTRICT pFilterStates ) argument
464 qmfSynPrototypeFirSlot1_filter(FIXP_QMF *RESTRICT realSlot, FIXP_QMF *RESTRICT imagSlot, const FIXP_DBL *RESTRICT p_flt, FIXP_QSS *RESTRICT sta, FIXP_DBL *pMyTimeOut, int no_channels) argument
541 int no_channels = qmf->no_channels; local
[all...]
/external/aac/libFDK/src/
H A Dqmf.cpp168 The filter takes 2 * qmf->no_channels of input data and
169 generates qmf->no_channels time domain output samples.
185 int no_channels = qmf->no_channels; local
198 for (j = no_channels-1; j >= 0; j--) { /* ---- l�uft ueber alle Linien eines Slots ---- */
199 FIXP_QMF imag = imagSlot[j]; // no_channels-1 .. 0
240 The filter takes 2 * qmf->no_channels of input data and
241 generates qmf->no_channels time domain output samples.
253 int no_channels = qmf->no_channels; local
310 qmfAnaPrototypeFirSlot( FIXP_QMF *analysisBuffer, int no_channels, const FIXP_PFT *p_filter, int p_stride, FIXP_QAS *RESTRICT pFilterStates ) argument
380 qmfAnaPrototypeFirSlot_NonSymmetric( FIXP_QMF *analysisBuffer, int no_channels, const FIXP_PFT *p_filter, int p_stride, FIXP_QAS *RESTRICT pFilterStates ) argument
638 int no_channels = anaQmf->no_channels; local
968 qmfInitFilterBank(HANDLE_QMF_FILTER_BANK h_Qmf, void *pFilterStates, int noCols, int lsb, int usb, int no_channels, UINT flags) argument
1081 qmfInitAnalysisFilterBank(HANDLE_QMF_FILTER_BANK h_Qmf, FIXP_QAS *pFilterStates, int noCols, int lsb, int usb, int no_channels, int flags) argument
1109 qmfInitSynthesisFilterBank(HANDLE_QMF_FILTER_BANK h_Qmf, FIXP_QSS *pFilterStates, int noCols, int lsb, int usb, int no_channels, int flags) argument
[all...]

Completed in 46 milliseconds