Searched refs:p_stride (Results 1 - 3 of 3) sorted by relevance

/external/aac/libFDK/src/
H A Dqmf.cpp187 int p_stride = qmf->p_stride; local
193 p_flt = p_Filter+p_stride*QMF_NO_POLY; /* 5-ter von 330 */
194 p_fltm = p_Filter+(qmf->FilterSize/2)-p_stride*QMF_NO_POLY; /* 5 + (320 - 2*5) = 315-ter von 330 */
230 p_flt += (p_stride*QMF_NO_POLY);
231 p_fltm -= (p_stride*QMF_NO_POLY);
255 int p_stride = qmf->p_stride; local
297 p_flt += (p_stride*QMF_NO_POLY);
298 p_fltm += (p_stride*QMF_NO_POL
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
[all...]
/external/aac/libFDK/include/
H A Dqmf.h171 UCHAR p_stride; /*!< Stride Factor of polyphase filters */ member in struct:QMF_FILTER_BANK
/external/aac/libFDK/src/arm/
H A Dqmf_arm.cpp169 int p_stride, /*!< Stide of analysis filter */
187 if (p_stride == 1)
340 int pfltStep = QMF_NO_POLY * (p_stride-1);
549 FDK_ASSERT(qmf->p_stride==2 && qmf->no_channels == 32);
742 switch (qmf->p_stride) {
166 qmfAnaPrototypeFirSlot( FIXP_QMF *analysisBuffer, int no_channels, const FIXP_PFT *p_filter, int p_stride, FIXP_QAS *RESTRICT pFilterStates ) argument

Completed in 412 milliseconds