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

/external/aac/libFDK/include/
H A Dqmf.h154 const FIXP_PFT *p_filter; /*!< Pointer to filter coefficients */ member in struct:QMF_FILTER_BANK
/external/aac/libFDK/src/arm/
H A Dqmf_arm.cpp168 const FIXP_PFT *p_filter,
173 LONG *p_flt = (LONG *) p_filter;
545 const FIXP_DBL *RESTRICT p_flt = (FIXP_DBL *) qmf->p_filter; /* low=[0], high=[1] */
546 const FIXP_DBL *RESTRICT p_fltm = (FIXP_DBL *) qmf->p_filter + 155; /* low=[310], high=[311] */
166 qmfAnaPrototypeFirSlot( FIXP_QMF *analysisBuffer, int no_channels, const FIXP_PFT *p_filter, int p_stride, FIXP_QAS *RESTRICT pFilterStates ) argument
/external/aac/libFDK/src/
H A Dqmf.cpp186 const FIXP_PFT *p_Filter = qmf->p_filter;
254 const FIXP_PFT *p_Filter = qmf->p_filter;
312 const FIXP_PFT *p_filter,
320 const FIXP_PFT *RESTRICT p_flt = p_filter;
383 const FIXP_PFT *p_filter,
388 const FIXP_PFT *RESTRICT p_flt = p_filter;
572 anaQmf->p_filter,
579 anaQmf->p_filter,
993 h_Qmf->p_filter = qmf_cldfb_640;
999 h_Qmf->p_filter
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...]

Completed in 106 milliseconds