Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Dae_math.h18 #define AE_CLAMP(x,lo,hi) ((x) < (lo) ? (lo) : (x) > (hi) ? (hi) : (x)) macro
24 #define AE_SSAT16(x) AE_CLAMP(x,-32768,32767)
25 #define AE_SSAT24(x) AE_CLAMP(x,-16777216,16777215)

Completed in 5 milliseconds