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.h788 static const int32_t limneg = (0x10f << 22) /*zero*/ - 32768; /* 0x43bf8000 */ in clamp16_from_float()
800 if (u.i < limneg) in clamp16_from_float()
833 static const int32_t limneg = (0x11f << 22) /*zero*/; in clamp8_from_float()
845 if (u.i < limneg) in clamp8_from_float()
864 static const int32_t limneg = -0x800000; in clamp8_from_q8_23() local
865 if (ival < limneg) { in clamp8_from_q8_23()
890 static const float limneg = -0x800000 / scale; in clamp24_from_float()
892 if (f <= limneg) { in clamp24_from_float()
917 static const int32_t limneg = -0x800000; in clamp24_from_q8_23() local
918 if (ival < limneg) { in clamp24_from_q8_23()
[all …]