HomeSort by relevance Sort by last modified time
    Searched defs:silk_SMULL (Results 1 - 3 of 3) sorted by null

  /external/libopus/silk/
MacroCount.h 181 #undef silk_SMULL
182 static OPUS_INLINE opus_int64 silk_SMULL(opus_int32 a32, opus_int32 b32){
MacroDebug.h 377 #undef silk_SMULL
378 #define silk_SMULL(a,b) silk_SMULL_((a), (b), __FILE__, __LINE__)
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
    [all...]
SigProc_FIX.h 447 #define silk_SMULL(a32, b32) ((opus_int64)(a32) * /*(opus_int64)*/(b32))
    [all...]

Completed in 85 milliseconds