Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
Dprimitives.h530 static const int32_t limpos = (0x10f << 22) /*zero*/ + 32767; /* 0x43c07fff */ in clamp16_from_float() local
543 else if (u.i > limpos) in clamp16_from_float()
569 static const int32_t limpos = (0x11f << 22) /*zero*/ + 255; /* 0x47c000ff */ in clamp8_from_float() local
582 if (u.i > limpos) in clamp8_from_float()
599 static const float limpos = 0x7fffff / scale; in clamp24_from_float() local
604 } else if (f >= limpos) { in clamp24_from_float()
621 static const int32_t limpos = 0x7fffff; in clamp24_from_q8_23() local
625 } else if (ival > limpos) { in clamp24_from_q8_23()
626 return limpos; in clamp24_from_q8_23()
642 static const float limpos = 16.; in clampq4_27_from_float() local
[all …]