Searched defs:silk_SMULL (Results 1 - 6 of 6) sorted by last modified time

/external/libopus/silk/
H A DMacroCount.h181 #undef silk_SMULL macro
182 static OPUS_INLINE opus_int64 silk_SMULL(opus_int32 a32, opus_int32 b32){ function
H A DMacroDebug.h377 #undef silk_SMULL macro
378 #define silk_SMULL(a,b) silk_SMULL_((a), (b), __FILE__, __LINE__) macro
390 fprintf (stderr, "silk_SMULL(%lld, %lld) in %s: line %d\n", (long long)a64, (long long)b64, file, line);
463 ret64 = silk_RSHIFT64( silk_SMULL( a32, b32 ), 16 );
500 /* no checking needed for silk_SMULL
H A DSigProc_FIX.h414 #define silk_SMULL(a32, b32) ((opus_int64)(a32) * /*(opus_int64)*/(b32)) macro
576 #define silk_SMMUL(a32, b32) (opus_int32)silk_RSHIFT64(silk_SMULL((a32), (b32)), 32)
/external/chromium_org/third_party/opus/src/silk/
H A DMacroCount.h181 #undef silk_SMULL macro
182 static OPUS_INLINE opus_int64 silk_SMULL(opus_int32 a32, opus_int32 b32){ function
H A DMacroDebug.h377 #undef silk_SMULL macro
378 #define silk_SMULL(a,b) silk_SMULL_((a), (b), __FILE__, __LINE__) macro
390 fprintf (stderr, "silk_SMULL(%lld, %lld) in %s: line %d\n", (long long)a64, (long long)b64, file, line);
463 ret64 = silk_RSHIFT64( silk_SMULL( a32, b32 ), 16 );
500 /* no checking needed for silk_SMULL
H A DSigProc_FIX.h414 #define silk_SMULL(a32, b32) ((opus_int64)(a32) * /*(opus_int64)*/(b32)) macro
576 #define silk_SMMUL(a32, b32) (opus_int32)silk_RSHIFT64(silk_SMULL((a32), (b32)), 32)

Completed in 162 milliseconds