Searched refs:clamp16_from_float (Results 1 – 4 of 4) sorted by relevance
89 return clamp16_from_float(MixMul<float, float, int16_t>(value, volume));94 return clamp16_from_float(MixMul<float, float, int32_t>(value, volume));160 return clamp16_from_float(MixMul<float, int16_t, float>(value, volume));165 return clamp16_from_float(value * volume);
779 static inline int16_t clamp16_from_float(float f) in clamp16_from_float() function
66 int16_t ival = clamp16_from_float(f / (1 << 15)); in testClamp16()77 int ival2 = clamp16_from_float(float_from_i16(ival)); in testClamp16()
96 *dst++ = clamp16_from_float(*src++); in memcpy_to_i16_from_float()