IFAST_MULT_TYPE    63 3rdparty/libjpeg/jddctmgr.c   IFAST_MULT_TYPE ifast_array[DCTSIZE2];
IFAST_MULT_TYPE   297 3rdparty/libjpeg/jddctmgr.c         IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table;
IFAST_MULT_TYPE   313 3rdparty/libjpeg/jddctmgr.c           ifmtbl[i] = (IFAST_MULT_TYPE)
IFAST_MULT_TYPE   129 3rdparty/libjpeg/jidctfst.c #define DEQUANTIZE(coef,quantval)  (((IFAST_MULT_TYPE) (coef)) * (quantval))
IFAST_MULT_TYPE   176 3rdparty/libjpeg/jidctfst.c   IFAST_MULT_TYPE * quantptr;
IFAST_MULT_TYPE   188 3rdparty/libjpeg/jidctfst.c   quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;