ISLOW_MULT_TYPE is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

ISLOW_MULT_TYPE

Syntax

typedef MULTIPLIER ISLOW_MULT_TYPE;

References

LocationReferrerScopeText
jdct.h:65
typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */
jddctmgr.c:61multiplier_table::islow_arraymultiplier_table
ISLOW_MULT_TYPE islow_array[DCTSIZE2];
jddctmgr.c:280start_pass()
ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table;
jddctmgr.c:282start_pass()
ismtbl[i] = (ISLOW_MULT_TYPE) qtbl->quantval[i];
jidctint.c:179jpeg_idct_islow()
ISLOW_MULT_TYPE * quantptr;
jidctint.c:192jpeg_idct_islow()
quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
jidctint.c:209jpeg_idct_islow()
int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
jidctint.c:229jpeg_idct_islow()
z2 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
jidctint.c:230jpeg_idct_islow()
z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
jidctint.c:236jpeg_idct_islow()
z2 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
jidctint.c:237jpeg_idct_islow()
z3 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
jidctint.c:255jpeg_idct_islow()
tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
jidctint.c:256jpeg_idct_islow()
tmp1 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
jidctint.c:257jpeg_idct_islow()
tmp2 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
jidctint.c:258jpeg_idct_islow()
tmp3 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);

Type Use

Variables of ISLOW_MULT_TYPE type
start_pass()::ismtbl
jpeg_idct_islow()::quantptr
all items filtered out
ISLOW_MULT_TYPE