MULTIPLY 106 third_party/libjpeg/jfdctfst.c #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) MULTIPLY 129 third_party/libjpeg/jfdctint.c #define MULTIPLY(var,const) MULTIPLY16C16(var,const) MULTIPLY 131 third_party/libjpeg/jfdctint.c #define MULTIPLY(var,const) ((var) * (const)) MULTIPLY 119 third_party/libjpeg/jidctfst.c #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) MULTIPLY 129 third_party/libjpeg/jidctint.c #define MULTIPLY(var,const) MULTIPLY16C16(var,const) MULTIPLY 131 third_party/libjpeg/jidctint.c #define MULTIPLY(var,const) ((var) * (const)) MULTIPLY 98 third_party/libjpeg/jidctred.c #define MULTIPLY(var,const) MULTIPLY16C16(var,const) MULTIPLY 100 third_party/libjpeg/jidctred.c #define MULTIPLY(var,const) ((var) * (const))