DEQUANTIZE 60 third_party/libjpeg/jidctflt.c #define DEQUANTIZE(coef,quantval) (((FAST_FLOAT) (coef)) * (quantval)) DEQUANTIZE 129 third_party/libjpeg/jidctfst.c #define DEQUANTIZE(coef,quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval)) DEQUANTIZE 131 third_party/libjpeg/jidctfst.c #define DEQUANTIZE(coef,quantval) \ DEQUANTIZE 140 third_party/libjpeg/jidctint.c #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval)) DEQUANTIZE 109 third_party/libjpeg/jidctred.c #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))