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

  /external/libopus/silk/
MacroDebug.h 123 if ( ret != silk_SUB_SAT64( a, b ) )
226 #undef silk_SUB_SAT64
227 #define silk_SUB_SAT64(a,b) silk_SUB_SAT64_((a), (b), __FILE__, __LINE__)
247 fprintf (stderr, "silk_SUB_SAT64(%lld, %lld) in %s: line %d\n", (long long)a64, (long long)b64, file, line);
    [all...]
MacroCount.h 587 #undef silk_SUB_SAT64
588 static OPUS_INLINE opus_int64 silk_SUB_SAT64( opus_int64 a64, opus_int64 b64 ) {
SigProc_FIX.h 505 #define silk_SUB_SAT64(a, b) ((((a)-(b)) & 0x8000000000000000LL) == 0 ? \
    [all...]

Completed in 495 milliseconds