Lines Matching refs:silk_ADD_POS_SAT8
464 #define silk_ADD_POS_SAT8(a, b) ((((a)+(b)) & 0x80) ? silk_int8_MAX : ((a)+(b)))