ISLOW_MULT_TYPE 60 third_party/libjpeg/jddctmgr.c ISLOW_MULT_TYPE islow_array[DCTSIZE2]; ISLOW_MULT_TYPE 166 third_party/libjpeg/jddctmgr.c ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table; ISLOW_MULT_TYPE 168 third_party/libjpeg/jddctmgr.c ismtbl[i] = (ISLOW_MULT_TYPE) qtbl->quantval[i]; ISLOW_MULT_TYPE 140 third_party/libjpeg/jidctint.c #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval)) ISLOW_MULT_TYPE 156 third_party/libjpeg/jidctint.c ISLOW_MULT_TYPE * quantptr; ISLOW_MULT_TYPE 169 third_party/libjpeg/jidctint.c quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; ISLOW_MULT_TYPE 109 third_party/libjpeg/jidctred.c #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval)) ISLOW_MULT_TYPE 125 third_party/libjpeg/jidctred.c ISLOW_MULT_TYPE * quantptr; ISLOW_MULT_TYPE 136 third_party/libjpeg/jidctred.c quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; ISLOW_MULT_TYPE 277 third_party/libjpeg/jidctred.c ISLOW_MULT_TYPE * quantptr; ISLOW_MULT_TYPE 288 third_party/libjpeg/jidctred.c quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; ISLOW_MULT_TYPE 384 third_party/libjpeg/jidctred.c ISLOW_MULT_TYPE * quantptr; ISLOW_MULT_TYPE 391 third_party/libjpeg/jidctred.c quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;