Home
last modified time | relevance | path

Searched refs:clampq4_27_from_float (Results 1 – 3 of 3) sorted by relevance

/system/media/audio_utils/tests/
Dprimitives_tests.cpp134 res = clampq4_27_from_float(val.f); in TEST()
137 res = clampq4_27_from_float(val.f); in TEST()
141 res = clampq4_27_from_float(val.f); in TEST()
144 res = clampq4_27_from_float(val.f); in TEST()
/system/media/audio_utils/include/audio_utils/
Dprimitives.h639 static inline int32_t clampq4_27_from_float(float f) in clampq4_27_from_float() function
/system/media/audio_utils/
Dprimitives.c220 *dst++ = clampq4_27_from_float(*src++); in memcpy_to_q4_27_from_float()