MULTIPLY 107 3rdparty/libjpeg/jfdctfst.c #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) MULTIPLY 147 3rdparty/libjpeg/jfdctint.c #define MULTIPLY(var,const) MULTIPLY16C16(var,const) MULTIPLY 149 3rdparty/libjpeg/jfdctint.c #define MULTIPLY(var,const) ((var) * (const)) MULTIPLY 119 3rdparty/libjpeg/jidctfst.c #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) MULTIPLY 152 3rdparty/libjpeg/jidctint.c #define MULTIPLY(var,const) MULTIPLY16C16(var,const) MULTIPLY 154 3rdparty/libjpeg/jidctint.c #define MULTIPLY(var,const) ((var) * (const))