Searched refs:SAT16 (Results 1 – 3 of 3) sorted by relevance
151 static OPUS_INLINE opus_int16 SAT16(opus_int32 x) { in SAT16() function
326 y[j*C] = SAT16(ADD32(y[j*C], SCALEOUT(SIG2WORD16(tmp)))); in deemphasis()348 y[j*C] = SAT16(ADD32(y[j*C], SCALEOUT(SIG2WORD16(scratch[j*downsample])))); in deemphasis()
540 pcm[i] = SAT16(ADD32(pcm[i], pcm_silk[i])); in opus_decode_frame()