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

  /external/chromium_org/third_party/opus/src/silk/
MacroCount.h 500 #undef silk_ADD16
501 static 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 428 #define silk_ADD16(a, b) ((a) + (b))
    [all...]

Completed in 836 milliseconds