Searched refs:silk_SUB_SAT64 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A DMacroDebug.h123 if ( ret != silk_SUB_SAT64( a, b ) )
226 #undef silk_SUB_SAT64 macro
227 #define silk_SUB_SAT64(a,b) silk_SUB_SAT64_((a), (b), __FILE__, __LINE__) macro
247 fprintf (stderr, "silk_SUB_SAT64(%lld, %lld) in %s: line %d\n", (long long)a64, (long long)b64, file, line);
H A DMacroCount.h595 #undef silk_SUB_SAT64 macro
596 static OPUS_INLINE opus_int64 silk_SUB_SAT64( opus_int64 a64, opus_int64 b64 ) { function
H A DSigProc_FIX.h456 #define silk_SUB_SAT64(a, b) ((((a)-(b)) & 0x8000000000000000LL) == 0 ? \ macro
/external/libopus/silk/
H A DMacroDebug.h123 if ( ret != silk_SUB_SAT64( a, b ) )
226 #undef silk_SUB_SAT64 macro
227 #define silk_SUB_SAT64(a,b) silk_SUB_SAT64_((a), (b), __FILE__, __LINE__) macro
247 fprintf (stderr, "silk_SUB_SAT64(%lld, %lld) in %s: line %d\n", (long long)a64, (long long)b64, file, line);
H A DMacroCount.h595 #undef silk_SUB_SAT64 macro
596 static OPUS_INLINE opus_int64 silk_SUB_SAT64( opus_int64 a64, opus_int64 b64 ) { function
H A DSigProc_FIX.h456 #define silk_SUB_SAT64(a, b) ((((a)-(b)) & 0x8000000000000000LL) == 0 ? \ macro

Completed in 292 milliseconds