INT16             385 3rdparty/libjpeg/jcdctmgr.c         static const INT16 aanscales[DCTSIZE2] = {
INT16             375 3rdparty/libjpeg/jdct.h #define MULTIPLY16C16(var,const)  (((INT16) (var)) * ((INT16) (const)))
INT16             378 3rdparty/libjpeg/jdct.h #define MULTIPLY16C16(var,const)  (((INT16) (var)) * ((INT32) (const)))
INT16             388 3rdparty/libjpeg/jdct.h #define MULTIPLY16V16(var1,var2)  (((INT16) (var1)) * ((INT16) (var2)))
INT16             299 3rdparty/libjpeg/jddctmgr.c         static const INT16 aanscales[DCTSIZE2] = {
INT16             129 3rdparty/libjpeg/jquant1.c typedef INT16 FSERROR;		/* 16 bits should be enough */
INT16             182 3rdparty/libjpeg/jquant2.c typedef INT16 FSERROR;		/* 16 bits should be enough */
INT16             131 modules/videoio/src/cap_msmf.hpp MAKE_ARRAY_TYPE(INT16, Int16)
INT16             164 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, INT16>::value || \
INT16             185 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, INT16*>::value || \