Searched defs:silk_SUB_RSHIFT32 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A DMacroCount.h447 #undef silk_SUB_RSHIFT32 macro
448 static OPUS_INLINE opus_int32 silk_SUB_RSHIFT32(opus_int32 a, opus_int32 b, opus_int32 shift){ function
H A DMacroDebug.h819 #undef silk_SUB_RSHIFT32 macro
820 #define silk_SUB_RSHIFT32(a,b,c) silk_SUB_RSHIFT32_((a), (b), (c), __FILE__, __LINE__) macro
826 fprintf (stderr, "silk_SUB_RSHIFT32(%d, %d, %d) in %s: line %d\n", a, b, shift, file, line);
H A DSigProc_FIX.h496 #define silk_SUB_RSHIFT32(a, b, shift) silk_SUB32((a), silk_RSHIFT32((b), (shift))) /* shift >= 0 */ macro
/external/libopus/silk/
H A DMacroCount.h447 #undef silk_SUB_RSHIFT32 macro
448 static OPUS_INLINE opus_int32 silk_SUB_RSHIFT32(opus_int32 a, opus_int32 b, opus_int32 shift){ function
H A DMacroDebug.h819 #undef silk_SUB_RSHIFT32 macro
820 #define silk_SUB_RSHIFT32(a,b,c) silk_SUB_RSHIFT32_((a), (b), (c), __FILE__, __LINE__) macro
826 fprintf (stderr, "silk_SUB_RSHIFT32(%d, %d, %d) in %s: line %d\n", a, b, shift, file, line);
H A DSigProc_FIX.h496 #define silk_SUB_RSHIFT32(a, b, shift) silk_SUB32((a), silk_RSHIFT32((b), (shift))) /* shift >= 0 */ macro

Completed in 1130 milliseconds