OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TNS_MAX_ORDER
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACenc/src/
aacenc_tns.h
115
#define
TNS_MAX_ORDER
12
138
FIXP_DBL acfWindow[MAX_NUM_OF_FILTERS][
TNS_MAX_ORDER
+3+1];
185
/* for Long: length
TNS_MAX_ORDER
(12 for LC) is required -> 12 */
186
/* for Short: length TRANS_FAC*
TNS_MAX_ORDER
(only 5 for short LC) is required -> 8*5=40 */
187
/* Currently TRANS_FAC*
TNS_MAX_ORDER
= 8*12 = 96 (for LC) is used (per channel)! Memory could be saved here! */
188
INT coef[TRANS_FAC][MAX_NUM_OF_FILTERS][
TNS_MAX_ORDER
];
aacenc_tns.cpp
617
const FIXP_DBL acfWindow[MAX_NUM_OF_FILTERS][
TNS_MAX_ORDER
+3+1],
754
FIXP_DBL rxx1[
TNS_MAX_ORDER
+1]; /* higher part */
755
FIXP_DBL rxx2[
TNS_MAX_ORDER
+1]; /* lower part */
756
FIXP_DBL parcor_tmp[
TNS_MAX_ORDER
];
[
all
...]
Completed in 342 milliseconds