OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HYBRID_FILTER_LENGTH
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRdec/src/
psdec_hybrid.h
90
#define
HYBRID_FILTER_LENGTH
13
123
FIXP_DBL mQmfBufferRealSlot[3][
HYBRID_FILTER_LENGTH
]; /**< Stores old Qmf samples. */
124
FIXP_DBL mQmfBufferImagSlot[3][
HYBRID_FILTER_LENGTH
];
/external/aac/libSBRenc/src/
ps_const.h
96
#define
HYBRID_FILTER_LENGTH
( 13 )
97
#define HYBRID_FILTER_DELAY ( (
HYBRID_FILTER_LENGTH
-1)/2 )
Completed in 48 milliseconds