Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
Dprimitives.h610 static const int32_t limneg = (0x10f << 22) /*zero*/ - 32768; /* 0x43bf8000 */ in clamp16_from_float() local
622 if (u.i < limneg) in clamp16_from_float()
649 static const int32_t limneg = (0x11f << 22) /*zero*/; in clamp8_from_float() local
661 if (u.i < limneg) in clamp8_from_float()
682 static const float limneg = -0x800000 / scale; in clamp24_from_float() local
684 if (f <= limneg) { in clamp24_from_float()
705 static const int32_t limneg = -0x800000; in clamp24_from_q8_23() local
706 if (ival < limneg) { in clamp24_from_q8_23()
707 return limneg; in clamp24_from_q8_23()
727 static const float limneg = -16.; in clampq4_27_from_float() local
[all …]