OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DTX_HIST_SIZE
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
dtx_common_def.h
74
#define
DTX_HIST_SIZE
8
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
dtx.h
28
#define
DTX_HIST_SIZE
8
44
Word16 isf_hist[M *
DTX_HIST_SIZE
];
45
Word16 log_en_hist[
DTX_HIST_SIZE
];
53
Word32 sumD[
DTX_HIST_SIZE
];
/frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx.h
74
#define
DTX_HIST_SIZE
8
92
int16 isf_hist[M *
DTX_HIST_SIZE
];
93
int16 log_en_hist[
DTX_HIST_SIZE
];
102
int32 sumD[
DTX_HIST_SIZE
];
139
int16 isf_hist[M *
DTX_HIST_SIZE
];
140
int16 log_en_hist[
DTX_HIST_SIZE
];
Completed in 59 milliseconds