Searched refs:ISLOW_MULT_TYPE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djddctmgr.c64 ISLOW_MULT_TYPE islow_array[DCTSIZE2];
170 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table;
172 ismtbl[i] = (ISLOW_MULT_TYPE) qtbl->quantval[i];
H A Djidctred.c113 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
129 ISLOW_MULT_TYPE * quantptr;
140 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
281 ISLOW_MULT_TYPE * quantptr;
292 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
388 ISLOW_MULT_TYPE * quantptr;
395 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
H A Djidctint.c144 #define DEQUANTIZE(coef,quantval) (((ISLOW_MULT_TYPE) (coef)) * (quantval))
160 ISLOW_MULT_TYPE * quantptr;
173 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
H A Djdct.h60 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */ typedef

Completed in 33 milliseconds