Searched defs:silk_SMLAWW (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/arm/
H A Dmacros_armv4.h87 #undef silk_SMLAWW macro
94 "#silk_SMLAWW\n\t"
101 #define silk_SMLAWW(a, b, c) (silk_SMLAWW_armv4(a, b, c)) macro
/external/libopus/silk/arm/
H A Dmacros_armv4.h87 #undef silk_SMLAWW macro
94 "#silk_SMLAWW\n\t"
101 #define silk_SMLAWW(a, b, c) (silk_SMLAWW_armv4(a, b, c)) macro
/external/chromium_org/third_party/opus/src/silk/
H A Dmacros.h71 #define silk_SMLAWW(a32, b32, c32) silk_MLA(silk_SMLAWB((a32), (b32), (c32)), (b32), silk_RSHIFT_ROUND((c32), 16)) macro
H A DMacroCount.h614 #undef silk_SMLAWW macro
615 static OPUS_INLINE opus_int32 silk_SMLAWW(opus_int32 a32, opus_int32 b32, opus_int32 c32){ function
H A DMacroDebug.h477 #undef silk_SMLAWW macro
478 #define silk_SMLAWW(a,b,c) silk_SMLAWW_((a), (b), (c), __FILE__, __LINE__) macro
486 fprintf (stderr, "silk_SMLAWW(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
/external/libopus/silk/
H A Dmacros.h71 #define silk_SMLAWW(a32, b32, c32) silk_MLA(silk_SMLAWB((a32), (b32), (c32)), (b32), silk_RSHIFT_ROUND((c32), 16)) macro
H A DMacroCount.h614 #undef silk_SMLAWW macro
615 static OPUS_INLINE opus_int32 silk_SMLAWW(opus_int32 a32, opus_int32 b32, opus_int32 c32){ function
H A DMacroDebug.h477 #undef silk_SMLAWW macro
478 #define silk_SMLAWW(a,b,c) silk_SMLAWW_((a), (b), (c), __FILE__, __LINE__) macro
486 fprintf (stderr, "silk_SMLAWW(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);

Completed in 1882 milliseconds