Lines Matching refs:silk_ADD_POS_SAT16
473 #define silk_ADD_POS_SAT16(a, b) ((((a)+(b)) & 0x8000) ? silk_int16_MAX : ((a)+(b)))