/external/chromium_org/third_party/opus/src/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 | 431 #define silk_ADD16(a, b) ((a) + (b)) [all...] |
/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 | 431 #define silk_ADD16(a, b) ((a) + (b)) [all...] |