IFAST_MULT_TYPE    62 third_party/libjpeg/jddctmgr.c   IFAST_MULT_TYPE ifast_array[DCTSIZE2];
IFAST_MULT_TYPE   183 third_party/libjpeg/jddctmgr.c 	IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table;
IFAST_MULT_TYPE   199 third_party/libjpeg/jddctmgr.c 	  ifmtbl[i] = (IFAST_MULT_TYPE)
IFAST_MULT_TYPE   129 third_party/libjpeg/jidctfst.c #define DEQUANTIZE(coef,quantval)  (((IFAST_MULT_TYPE) (coef)) * (quantval))
IFAST_MULT_TYPE   176 third_party/libjpeg/jidctfst.c   IFAST_MULT_TYPE * quantptr;
IFAST_MULT_TYPE   188 third_party/libjpeg/jidctfst.c   quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;