Searched refs:clamp16 (Results 1 – 2 of 2) sorted by relevance
29 l = clamp16(nl); in ditherAndClamp()30 r = clamp16(nr); in ditherAndClamp()227 *dst++ = clamp16(*src++ >> 8); in memcpy_to_i16_from_q8_23()
502 static inline int16_t clamp16(int32_t sample) in clamp16() function