OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_SMULBT
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/silk/arm/
macros_armv5e.h
126
#undef
silk_SMULBT
131
"#
silk_SMULBT
\n\t"
138
#define
silk_SMULBT
(a, b) (silk_SMULBT_armv5e(a, b))
/external/libopus/silk/arm/
macros_armv5e.h
126
#undef
silk_SMULBT
131
"#
silk_SMULBT
\n\t"
138
#define
silk_SMULBT
(a, b) (silk_SMULBT_armv5e(a, b))
/external/chromium_org/third_party/opus/src/silk/
macros.h
59
#define
silk_SMULBT
(a32, b32) ((opus_int32)((opus_int16)(a32)) * ((b32) >> 16))
MacroCount.h
129
#undef
silk_SMULBT
130
static OPUS_INLINE opus_int32
silk_SMULBT
(opus_int32 a32, opus_int32 b32 ){
/external/libopus/silk/
macros.h
59
#define
silk_SMULBT
(a32, b32) ((opus_int32)((opus_int16)(a32)) * ((b32) >> 16))
MacroCount.h
129
#undef
silk_SMULBT
130
static OPUS_INLINE opus_int32
silk_SMULBT
(opus_int32 a32, opus_int32 b32 ){
Completed in 158 milliseconds