Searched defs:WORD2INT (Results 1 – 2 of 2) sorted by relevance
74 #define WORD2INT(x) (saturate_32bit_to_16bit(x)) macro219 #define WORD2INT(x) (saturate_float_to_16bit(x)) macro
104 #define WORD2INT(x) ((x) < -32767 ? -32768 : ((x) > 32766 ? 32767 : (x))) macro205 #define WORD2INT(x) ((x) < -32767.5f ? -32768 : \ macro