Searched refs:silk_SUB_SAT64 (Results 1 - 3 of 3) sorted by relevance
/external/libopus/silk/ |
H A D | MacroDebug.h | 123 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 D | MacroCount.h | 595 #undef silk_SUB_SAT64 macro 596 static OPUS_INLINE opus_int64 silk_SUB_SAT64( opus_int64 a64, opus_int64 b64 ) { function
|
H A D | SigProc_FIX.h | 456 #define silk_SUB_SAT64(a, b) ((((a)-(b)) & 0x8000000000000000LL) == 0 ? \ macro
|
Completed in 180 milliseconds