Lines Matching defs:silk_ADD_RSHIFT
492 #define silk_ADD_RSHIFT(a, b, shift) ((a) + silk_RSHIFT((b), (shift))) /* shift >= 0 */