HomeSort by relevance Sort by last modified time
    Searched refs:silk_ADD64 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
macros.h 65 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32))))
SigProc_FIX.h 411 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus_int32)(c16)))
433 #define silk_ADD64(a, b) ((a) + (b))
    [all...]
MacroCount.h 516 #undef silk_ADD64
517 static OPUS_INLINE opus_int64 silk_ADD64(opus_int64 a, opus_int64 b){
MacroDebug.h 69 #undef silk_ADD64
70 #define silk_ADD64(a,b) silk_ADD64_((a), (b), __FILE__, __LINE__)
77 fprintf (stderr, "silk_ADD64(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line);
    [all...]
  /external/libopus/silk/
macros.h 65 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32))))
SigProc_FIX.h 411 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus_int32)(c16)))
433 #define silk_ADD64(a, b) ((a) + (b))
    [all...]
MacroCount.h 516 #undef silk_ADD64
517 static OPUS_INLINE opus_int64 silk_ADD64(opus_int64 a, opus_int64 b){
MacroDebug.h 69 #undef silk_ADD64
70 #define silk_ADD64(a,b) silk_ADD64_((a), (b), __FILE__, __LINE__)
77 fprintf (stderr, "silk_ADD64(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line);
    [all...]

Completed in 279 milliseconds