HomeSort by relevance Sort by last modified time
    Searched refs:clamp32_from_float (Results 1 - 2 of 2) sorted by null

  /system/media/audio_utils/include/audio_utils/
primitives.h 252 * ties away from zero. See clamp32_from_float() for details.
506 static inline int32_t clamp32_from_float(float f) function
  /system/media/audio_utils/
primitives.c 193 *dst++ = clamp32_from_float(*src++);

Completed in 62 milliseconds