Searched defs:WORD2INT (Results 1 – 3 of 3) sorted by relevance
64 #define WORD2INT(x) (saturate_32bit_to_16bit(x)) macro138 #define WORD2INT(x) (saturate_float_to_16bit(x)) macro
92 #define WORD2INT(x) ((x) < -32767 ? -32768 : ((x) > 32766 ? 32767 : (x))) macro94 #define WORD2INT(x) ((x) < -32767.5f ? -32768 : ((x) > 32766.5f ? 32767 : floor(.5+(x)))) macro
87 #define WORD2INT(x) ((x) < -32767 ? -32768 : ((x) > 32766 ? 32767 : (x))) macro89 #define WORD2INT(x) ((x) < -32767.5f ? -32768 : ((x) > 32766.5f ? 32767 : floor(.5+(x)))) macro