OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_filter
(Results
1 - 3
of
3
) sorted by null
/external/aac/libFDK/include/
qmf.h
154
const FIXP_PFT *
p_filter
; /*!< Pointer to filter coefficients */
member in struct:QMF_FILTER_BANK
/external/aac/libFDK/src/
qmf.cpp
186
const FIXP_PFT *
p_Filter
= qmf->
p_filter
;
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 */
254
const FIXP_PFT *
p_Filter
= qmf->
p_filter
;
261
p_flt =
p_Filter
; /*!< Pointer to first half of filter coefficients */
312
const FIXP_PFT *
p_filter
,
320
const FIXP_PFT *RESTRICT p_flt =
p_filter
;
383
const FIXP_PFT *
p_filter
,
[
all
...]
/external/aac/libFDK/src/arm/
qmf_arm.cpp
168
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] */
Completed in 888 milliseconds