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

  /external/libopus/silk/
MacroCount.h 500 #undef silk_ADD16
501 static OPUS_INLINE opus_int16 silk_ADD16(opus_int16 a, opus_int16 b){
MacroDebug.h 37 #undef silk_ADD16
38 #define silk_ADD16(a,b) silk_ADD16_((a), (b), __FILE__, __LINE__)
45 fprintf (stderr, "silk_ADD16(%d, %d) in %s: line %d\n", a, b, file, line);
    [all...]
SigProc_FIX.h 439 #define silk_ADD16(a, b) ((a) + (b))
    [all...]

Completed in 53 milliseconds