INT32              29 3rdparty/libjpeg/jaricom.c #define V(i,a,b,c,d) (((INT32)a << 16) | ((INT32)c << 8) | ((INT32)d << 7) | b)
INT32              31 3rdparty/libjpeg/jaricom.c const INT32 jpeg_aritab[113+1] = {
INT32              26 3rdparty/libjpeg/jcarith.c   INT32 c; /* C register, base of coding interval, layout as in sec. D.1.3 */
INT32              27 3rdparty/libjpeg/jcarith.c   INT32 a;               /* A register, normalized size of coding interval */
INT32              28 3rdparty/libjpeg/jcarith.c   INT32 sc;        /* counter for stacked 0xFF values which might overflow */
INT32              29 3rdparty/libjpeg/jcarith.c   INT32 zc;          /* counter for pending 0x00 output values which might *
INT32             136 3rdparty/libjpeg/jcarith.c   INT32 temp;
INT32             223 3rdparty/libjpeg/jcarith.c   register INT32 qe, temp;
INT32              23 3rdparty/libjpeg/jccolor.c   INT32 * rgb_ycc_tab;		/* => table for RGB to YCbCr conversion */
INT32              60 3rdparty/libjpeg/jccolor.c #define CBCR_OFFSET	((INT32) CENTERJSAMPLE << SCALEBITS)
INT32              61 3rdparty/libjpeg/jccolor.c #define ONE_HALF	((INT32) 1 << (SCALEBITS-1))
INT32              62 3rdparty/libjpeg/jccolor.c #define FIX(x)		((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
INT32              90 3rdparty/libjpeg/jccolor.c   INT32 * rgb_ycc_tab;
INT32              91 3rdparty/libjpeg/jccolor.c   INT32 i;
INT32              94 3rdparty/libjpeg/jccolor.c   cconvert->rgb_ycc_tab = rgb_ycc_tab = (INT32 *)
INT32              96 3rdparty/libjpeg/jccolor.c                                 (TABLE_SIZE * SIZEOF(INT32)));
INT32             136 3rdparty/libjpeg/jccolor.c   register INT32 * ctab = cconvert->rgb_ycc_tab;
INT32             192 3rdparty/libjpeg/jccolor.c   register INT32 * ctab = cconvert->rgb_ycc_tab;
INT32             230 3rdparty/libjpeg/jccolor.c   register INT32 * ctab = cconvert->rgb_ycc_tab;
INT32             406 3rdparty/libjpeg/jcdctmgr.c             DESCALE(MULTIPLY16V16((INT32) qtbl->quantval[i],
INT32             407 3rdparty/libjpeg/jcdctmgr.c                                   (INT32) aanscales[i]),
INT32              56 3rdparty/libjpeg/jchuff.c   INT32 put_buffer;		/* current bit-accumulation buffer */
INT32             217 3rdparty/libjpeg/jchuff.c     if (((INT32) code) >= (((INT32) 1) << si))
INT32             311 3rdparty/libjpeg/jchuff.c   register INT32 put_buffer = (INT32) code;
INT32             318 3rdparty/libjpeg/jchuff.c   put_buffer &= (((INT32) 1)<<size) - 1; /* mask off any extra bits in code */
INT32             350 3rdparty/libjpeg/jchuff.c   register INT32 put_buffer = (INT32) code;
INT32             360 3rdparty/libjpeg/jchuff.c   put_buffer &= (((INT32) 1)<<size) - 1; /* mask off any extra bits in code */
INT32             158 3rdparty/libjpeg/jcsample.c   INT32 outvalue;
INT32             181 3rdparty/libjpeg/jcsample.c           outvalue += (INT32) GETJSAMPLE(*inptr++);
INT32             312 3rdparty/libjpeg/jcsample.c   INT32 membersum, neighsum, memberscale, neighscale;
INT32             413 3rdparty/libjpeg/jcsample.c   INT32 membersum, neighsum, memberscale, neighscale;
INT32              26 3rdparty/libjpeg/jdarith.c   INT32 c;       /* C register, base of coding interval + input bit buffer */
INT32              27 3rdparty/libjpeg/jdarith.c   INT32 a;               /* A register, normalized size of coding interval */
INT32             110 3rdparty/libjpeg/jdarith.c   register INT32 qe, temp;
INT32             479 3rdparty/libjpeg/jdcoefct.c   INT32 Q00,Q01,Q02,Q10,Q11,Q20, num;
INT32              25 3rdparty/libjpeg/jdcolor.c   INT32 * Cr_g_tab;		/* => table for Cr to G conversion */
INT32              26 3rdparty/libjpeg/jdcolor.c   INT32 * Cb_g_tab;		/* => table for Cb to G conversion */
INT32              29 3rdparty/libjpeg/jdcolor.c   INT32 * rgb_y_tab;		/* => table for RGB to Y conversion */
INT32              70 3rdparty/libjpeg/jdcolor.c #define ONE_HALF	((INT32) 1 << (SCALEBITS-1))
INT32              71 3rdparty/libjpeg/jdcolor.c #define FIX(x)		((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
INT32              95 3rdparty/libjpeg/jdcolor.c   INT32 x;
INT32             104 3rdparty/libjpeg/jdcolor.c   cconvert->Cr_g_tab = (INT32 *)
INT32             106 3rdparty/libjpeg/jdcolor.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
INT32             107 3rdparty/libjpeg/jdcolor.c   cconvert->Cb_g_tab = (INT32 *)
INT32             109 3rdparty/libjpeg/jdcolor.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
INT32             155 3rdparty/libjpeg/jdcolor.c   register INT32 * Crgtab = cconvert->Cr_g_tab;
INT32             156 3rdparty/libjpeg/jdcolor.c   register INT32 * Cbgtab = cconvert->Cb_g_tab;
INT32             192 3rdparty/libjpeg/jdcolor.c   INT32 * rgb_y_tab;
INT32             193 3rdparty/libjpeg/jdcolor.c   INT32 i;
INT32             196 3rdparty/libjpeg/jdcolor.c   cconvert->rgb_y_tab = rgb_y_tab = (INT32 *)
INT32             198 3rdparty/libjpeg/jdcolor.c                                 (TABLE_SIZE * SIZEOF(INT32)));
INT32             218 3rdparty/libjpeg/jdcolor.c   register INT32 * ctab = cconvert->rgb_y_tab;
INT32             293 3rdparty/libjpeg/jdcolor.c   register INT32 * ctab = cconvert->rgb_y_tab;
INT32             454 3rdparty/libjpeg/jdcolor.c   register INT32 * Crgtab = cconvert->Cr_g_tab;
INT32             455 3rdparty/libjpeg/jdcolor.c   register INT32 * Cbgtab = cconvert->Cb_g_tab;
INT32              37 3rdparty/libjpeg/jdct.h typedef INT32 DCTELEM;		/* must have 32 bits */
INT32              70 3rdparty/libjpeg/jdct.h typedef INT32 IFAST_MULT_TYPE;	/* need 32 bits for scaled quantizers */
INT32             348 3rdparty/libjpeg/jdct.h #define ONE	((INT32) 1)
INT32             356 3rdparty/libjpeg/jdct.h #define FIX(x)	((INT32) ((x) * CONST_SCALE + 0.5))
INT32             378 3rdparty/libjpeg/jdct.h #define MULTIPLY16C16(var,const)  (((INT16) (var)) * ((INT32) (const)))
INT32             314 3rdparty/libjpeg/jddctmgr.c             DESCALE(MULTIPLY16V16((INT32) qtbl->quantval[i],
INT32             315 3rdparty/libjpeg/jddctmgr.c                                   (INT32) aanscales[i]),
INT32              30 3rdparty/libjpeg/jdhuff.c   INT32 maxcode[18];		/* largest code of length k (-1 if none) */
INT32              32 3rdparty/libjpeg/jdhuff.c   INT32 valoffset[17];		/* huffval[] offset for codes of length k */
INT32              69 3rdparty/libjpeg/jdhuff.c typedef INT32 bit_buf_type;	/* type of bit-extraction buffer */
INT32             381 3rdparty/libjpeg/jdhuff.c     if (((INT32) code) >= (((INT32) 1) << si))
INT32             395 3rdparty/libjpeg/jdhuff.c       dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
INT32             597 3rdparty/libjpeg/jdhuff.c   register INT32 code;
INT32             244 3rdparty/libjpeg/jdmarker.c   INT32 length;
INT32             325 3rdparty/libjpeg/jdmarker.c   INT32 length;
INT32             413 3rdparty/libjpeg/jdmarker.c   INT32 length;
INT32             459 3rdparty/libjpeg/jdmarker.c   INT32 length;
INT32             493 3rdparty/libjpeg/jdmarker.c     if (count > 256 || ((INT32) count) > length)
INT32             530 3rdparty/libjpeg/jdmarker.c   INT32 length, count, i;
INT32             620 3rdparty/libjpeg/jdmarker.c   INT32 length;
INT32             644 3rdparty/libjpeg/jdmarker.c   INT32 length;
INT32             716 3rdparty/libjpeg/jdmarker.c               unsigned int datalen, INT32 remaining)
INT32             722 3rdparty/libjpeg/jdmarker.c   INT32 totallen = (INT32) datalen + remaining;
INT32             756 3rdparty/libjpeg/jdmarker.c         ((INT32)GETJOCTET(data[12]) * (INT32)GETJOCTET(data[13]) * (INT32) 3))
INT32             792 3rdparty/libjpeg/jdmarker.c                unsigned int datalen, INT32 remaining)
INT32             825 3rdparty/libjpeg/jdmarker.c   INT32 length;
INT32             877 3rdparty/libjpeg/jdmarker.c   INT32 length = 0;
INT32             979 3rdparty/libjpeg/jdmarker.c   INT32 length;
INT32              55 3rdparty/libjpeg/jdmerge.c   INT32 * Cr_g_tab;		/* => table for Cr to G conversion */
INT32              56 3rdparty/libjpeg/jdmerge.c   INT32 * Cb_g_tab;		/* => table for Cb to G conversion */
INT32              73 3rdparty/libjpeg/jdmerge.c #define ONE_HALF	((INT32) 1 << (SCALEBITS-1))
INT32              74 3rdparty/libjpeg/jdmerge.c #define FIX(x)		((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
INT32              87 3rdparty/libjpeg/jdmerge.c   INT32 x;
INT32              96 3rdparty/libjpeg/jdmerge.c   upsample->Cr_g_tab = (INT32 *)
INT32              98 3rdparty/libjpeg/jdmerge.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
INT32              99 3rdparty/libjpeg/jdmerge.c   upsample->Cb_g_tab = (INT32 *)
INT32             101 3rdparty/libjpeg/jdmerge.c                                 (MAXJSAMPLE+1) * SIZEOF(INT32));
INT32             240 3rdparty/libjpeg/jdmerge.c   INT32 * Crgtab = upsample->Cr_g_tab;
INT32             241 3rdparty/libjpeg/jdmerge.c   INT32 * Cbgtab = upsample->Cb_g_tab;
INT32             302 3rdparty/libjpeg/jdmerge.c   INT32 * Crgtab = upsample->Cr_g_tab;
INT32             303 3rdparty/libjpeg/jdmerge.c   INT32 * Cbgtab = upsample->Cb_g_tab;
INT32              80 3rdparty/libjpeg/jfdctfst.c #define FIX_0_382683433  ((INT32)   98)		/* FIX(0.382683433) */
INT32              81 3rdparty/libjpeg/jfdctfst.c #define FIX_0_541196100  ((INT32)  139)		/* FIX(0.541196100) */
INT32              82 3rdparty/libjpeg/jfdctfst.c #define FIX_0_707106781  ((INT32)  181)		/* FIX(0.707106781) */
INT32              83 3rdparty/libjpeg/jfdctfst.c #define FIX_1_306562965  ((INT32)  334)		/* FIX(1.306562965) */
INT32             111 3rdparty/libjpeg/jfdctint.c #define FIX_0_298631336  ((INT32)  2446)	/* FIX(0.298631336) */
INT32             112 3rdparty/libjpeg/jfdctint.c #define FIX_0_390180644  ((INT32)  3196)	/* FIX(0.390180644) */
INT32             113 3rdparty/libjpeg/jfdctint.c #define FIX_0_541196100  ((INT32)  4433)	/* FIX(0.541196100) */
INT32             114 3rdparty/libjpeg/jfdctint.c #define FIX_0_765366865  ((INT32)  6270)	/* FIX(0.765366865) */
INT32             115 3rdparty/libjpeg/jfdctint.c #define FIX_0_899976223  ((INT32)  7373)	/* FIX(0.899976223) */
INT32             116 3rdparty/libjpeg/jfdctint.c #define FIX_1_175875602  ((INT32)  9633)	/* FIX(1.175875602) */
INT32             117 3rdparty/libjpeg/jfdctint.c #define FIX_1_501321110  ((INT32)  12299)	/* FIX(1.501321110) */
INT32             118 3rdparty/libjpeg/jfdctint.c #define FIX_1_847759065  ((INT32)  15137)	/* FIX(1.847759065) */
INT32             119 3rdparty/libjpeg/jfdctint.c #define FIX_1_961570560  ((INT32)  16069)	/* FIX(1.961570560) */
INT32             120 3rdparty/libjpeg/jfdctint.c #define FIX_2_053119869  ((INT32)  16819)	/* FIX(2.053119869) */
INT32             121 3rdparty/libjpeg/jfdctint.c #define FIX_2_562915447  ((INT32)  20995)	/* FIX(2.562915447) */
INT32             122 3rdparty/libjpeg/jfdctint.c #define FIX_3_072711026  ((INT32)  25172)	/* FIX(3.072711026) */
INT32             160 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3;
INT32             161 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13;
INT32             162 3rdparty/libjpeg/jfdctint.c   INT32 z1;
INT32             330 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3;
INT32             331 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12;
INT32             332 3rdparty/libjpeg/jfdctint.c   INT32 z1, z2, z3;
INT32             465 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2;
INT32             466 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12;
INT32             578 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2;
INT32             579 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11;
INT32             688 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1;
INT32             689 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11;
INT32             781 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2;
INT32             866 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3;
INT32             928 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4;
INT32             929 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13;
INT32             930 3rdparty/libjpeg/jfdctint.c   INT32 z1, z2;
INT32            1078 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4;
INT32            1079 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14;
INT32            1241 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5;
INT32            1242 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14;
INT32            1243 3rdparty/libjpeg/jfdctint.c   INT32 z1, z2, z3;
INT32            1424 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5;
INT32            1425 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15;
INT32            1589 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6;
INT32            1590 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15;
INT32            1591 3rdparty/libjpeg/jfdctint.c   INT32 z1, z2;
INT32            1788 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6;
INT32            1789 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16;
INT32            1988 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
INT32            1989 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16;
INT32            1990 3rdparty/libjpeg/jfdctint.c   INT32 z1, z2, z3;
INT32            2167 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
INT32            2168 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16, tmp17;
INT32            2375 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
INT32            2376 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16, tmp17;
INT32            2377 3rdparty/libjpeg/jfdctint.c   INT32 z1;
INT32            2556 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6;
INT32            2557 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16;
INT32            2558 3rdparty/libjpeg/jfdctint.c   INT32 z1, z2, z3;
INT32            2720 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5;
INT32            2721 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15;
INT32            2859 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4;
INT32            2860 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14;
INT32            2991 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3;
INT32            2992 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13;
INT32            2993 3rdparty/libjpeg/jfdctint.c   INT32 z1;
INT32            3127 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2;
INT32            3128 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12;
INT32            3227 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1;
INT32            3228 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11;
INT32            3310 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1;
INT32            3343 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
INT32            3344 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16, tmp17;
INT32            3345 3rdparty/libjpeg/jfdctint.c   INT32 z1;
INT32            3531 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6;
INT32            3532 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16;
INT32            3533 3rdparty/libjpeg/jfdctint.c   INT32 z1, z2, z3;
INT32            3712 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5;
INT32            3713 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15;
INT32            3861 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4;
INT32            3862 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14;
INT32            4007 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2, tmp3;
INT32            4008 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12, tmp13;
INT32            4009 3rdparty/libjpeg/jfdctint.c   INT32 z1;
INT32            4143 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1, tmp2;
INT32            4144 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11, tmp12;
INT32            4248 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1;
INT32            4249 3rdparty/libjpeg/jfdctint.c   INT32 tmp10, tmp11;
INT32            4327 3rdparty/libjpeg/jfdctint.c   INT32 tmp0, tmp1;
INT32              92 3rdparty/libjpeg/jidctfst.c #define FIX_1_082392200  ((INT32)  277)		/* FIX(1.082392200) */
INT32              93 3rdparty/libjpeg/jidctfst.c #define FIX_1_414213562  ((INT32)  362)		/* FIX(1.414213562) */
INT32              94 3rdparty/libjpeg/jidctfst.c #define FIX_1_847759065  ((INT32)  473)		/* FIX(1.847759065) */
INT32              95 3rdparty/libjpeg/jidctfst.c #define FIX_2_613125930  ((INT32)  669)		/* FIX(2.613125930) */
INT32             116 3rdparty/libjpeg/jidctint.c #define FIX_0_298631336  ((INT32)  2446)	/* FIX(0.298631336) */
INT32             117 3rdparty/libjpeg/jidctint.c #define FIX_0_390180644  ((INT32)  3196)	/* FIX(0.390180644) */
INT32             118 3rdparty/libjpeg/jidctint.c #define FIX_0_541196100  ((INT32)  4433)	/* FIX(0.541196100) */
INT32             119 3rdparty/libjpeg/jidctint.c #define FIX_0_765366865  ((INT32)  6270)	/* FIX(0.765366865) */
INT32             120 3rdparty/libjpeg/jidctint.c #define FIX_0_899976223  ((INT32)  7373)	/* FIX(0.899976223) */
INT32             121 3rdparty/libjpeg/jidctint.c #define FIX_1_175875602  ((INT32)  9633)	/* FIX(1.175875602) */
INT32             122 3rdparty/libjpeg/jidctint.c #define FIX_1_501321110  ((INT32)  12299)	/* FIX(1.501321110) */
INT32             123 3rdparty/libjpeg/jidctint.c #define FIX_1_847759065  ((INT32)  15137)	/* FIX(1.847759065) */
INT32             124 3rdparty/libjpeg/jidctint.c #define FIX_1_961570560  ((INT32)  16069)	/* FIX(1.961570560) */
INT32             125 3rdparty/libjpeg/jidctint.c #define FIX_2_053119869  ((INT32)  16819)	/* FIX(2.053119869) */
INT32             126 3rdparty/libjpeg/jidctint.c #define FIX_2_562915447  ((INT32)  20995)	/* FIX(2.562915447) */
INT32             127 3rdparty/libjpeg/jidctint.c #define FIX_3_072711026  ((INT32)  25172)	/* FIX(3.072711026) */
INT32             175 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp3;
INT32             176 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13;
INT32             177 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32             316 3rdparty/libjpeg/jidctint.c       JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3)
INT32             336 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[2];
INT32             337 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[6];
INT32             344 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32             345 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[4];
INT32             359 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[7];
INT32             360 3rdparty/libjpeg/jidctint.c     tmp1 = (INT32) wsptr[5];
INT32             361 3rdparty/libjpeg/jidctint.c     tmp2 = (INT32) wsptr[3];
INT32             362 3rdparty/libjpeg/jidctint.c     tmp3 = (INT32) wsptr[1];
INT32             432 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13;
INT32             433 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32             506 3rdparty/libjpeg/jidctint.c     tmp13 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32             509 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[2];
INT32             510 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[4];
INT32             511 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[6];
INT32             525 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32             526 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32             527 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32             581 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12;
INT32             582 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32             642 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32             644 3rdparty/libjpeg/jidctint.c     tmp2 = (INT32) wsptr[4];
INT32             648 3rdparty/libjpeg/jidctint.c     tmp10 = (INT32) wsptr[2];
INT32             655 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32             656 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32             657 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32             702 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp10, tmp11, tmp12;
INT32             703 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32             761 3rdparty/libjpeg/jidctint.c     tmp12 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32             763 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[2];
INT32             764 3rdparty/libjpeg/jidctint.c     tmp1 = (INT32) wsptr[4];
INT32             774 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[1];
INT32             775 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[3];
INT32             817 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp2, tmp10, tmp12;
INT32             818 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32             873 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32             874 3rdparty/libjpeg/jidctint.c     tmp2 = (INT32) wsptr[2];
INT32             882 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[1];
INT32             883 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[3];
INT32             922 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp2, tmp10, tmp12;
INT32             970 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32             972 3rdparty/libjpeg/jidctint.c     tmp2 = (INT32) wsptr[2];
INT32             979 3rdparty/libjpeg/jidctint.c     tmp12 = (INT32) wsptr[1];
INT32            1011 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5;
INT32            1074 3rdparty/libjpeg/jidctint.c   dcval = (int) DESCALE((INT32) dcval, 3);
INT32            1093 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14;
INT32            1094 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            1176 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            1179 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[2];
INT32            1180 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[4];
INT32            1181 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[6];
INT32            1201 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            1202 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            1203 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            1204 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            1264 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14;
INT32            1265 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24;
INT32            1266 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4, z5;
INT32            1359 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            1361 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[4];
INT32            1369 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[2];
INT32            1370 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[6];
INT32            1383 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            1384 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            1385 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            1387 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            1459 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14;
INT32            1460 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25;
INT32            1461 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            1552 3rdparty/libjpeg/jidctint.c     tmp10 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            1555 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[2];
INT32            1556 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[4];
INT32            1557 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[6];
INT32            1577 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            1578 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            1579 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            1580 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            1653 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15;
INT32            1654 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25;
INT32            1655 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            1756 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            1759 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[4];
INT32            1765 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[2];
INT32            1768 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[6];
INT32            1788 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            1789 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            1790 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            1791 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            1869 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15;
INT32            1870 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26;
INT32            1871 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            1977 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            1980 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[2];
INT32            1981 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[4];
INT32            1982 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[6];
INT32            2009 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            2010 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            2011 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            2012 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            2097 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16;
INT32            2098 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26;
INT32            2099 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            2204 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            2206 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[4];
INT32            2217 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[2];
INT32            2218 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[6];
INT32            2236 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            2237 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            2238 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            2239 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            2323 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16;
INT32            2324 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27;
INT32            2325 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            2436 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            2439 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[2];
INT32            2440 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[4];
INT32            2441 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[6];
INT32            2476 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            2477 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            2478 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[5];
INT32            2480 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            2565 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13;
INT32            2566 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27;
INT32            2567 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            2687 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            2690 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[4];
INT32            2699 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[2];
INT32            2700 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[6];
INT32            2721 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            2722 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            2723 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            2724 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            2826 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13;
INT32            2827 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27;
INT32            2828 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            2958 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            2961 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[4];
INT32            2970 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[2];
INT32            2971 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[6];
INT32            2992 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            2993 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            2994 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            2995 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            3097 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16;
INT32            3098 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26;
INT32            3099 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            3174 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            3176 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[4];
INT32            3187 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[2];
INT32            3188 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[6];
INT32            3206 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            3207 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            3208 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            3209 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            3292 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15;
INT32            3293 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25;
INT32            3294 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            3356 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            3359 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[4];
INT32            3365 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[2];
INT32            3368 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[6];
INT32            3388 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            3389 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            3390 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            3391 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            3468 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14;
INT32            3469 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24;
INT32            3470 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            3530 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            3532 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[4];
INT32            3540 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[2];
INT32            3541 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[6];
INT32            3554 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            3555 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            3556 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            3558 3rdparty/libjpeg/jidctint.c     z4 = (INT32) wsptr[7];
INT32            3629 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp3;
INT32            3630 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13;
INT32            3631 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32            3689 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[2];
INT32            3690 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[6];
INT32            3697 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            3698 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[4];
INT32            3712 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[7];
INT32            3713 3rdparty/libjpeg/jidctint.c     tmp1 = (INT32) wsptr[5];
INT32            3714 3rdparty/libjpeg/jidctint.c     tmp2 = (INT32) wsptr[3];
INT32            3715 3rdparty/libjpeg/jidctint.c     tmp3 = (INT32) wsptr[1];
INT32            3782 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12;
INT32            3783 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32            3833 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            3835 3rdparty/libjpeg/jidctint.c     tmp2 = (INT32) wsptr[4];
INT32            3839 3rdparty/libjpeg/jidctint.c     tmp10 = (INT32) wsptr[2];
INT32            3846 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            3847 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            3848 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            3892 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp2, tmp10, tmp12;
INT32            3893 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32            3896 3rdparty/libjpeg/jidctint.c   INT32 * wsptr;
INT32            3900 3rdparty/libjpeg/jidctint.c   INT32 workspace[4*2];	/* buffers data between passes */
INT32            3982 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp10;
INT32            4024 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13;
INT32            4025 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27;
INT32            4026 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            4149 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[2];
INT32            4150 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[6];
INT32            4157 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            4158 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[4];
INT32            4172 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[7];
INT32            4173 3rdparty/libjpeg/jidctint.c     tmp1 = (INT32) wsptr[5];
INT32            4174 3rdparty/libjpeg/jidctint.c     tmp2 = (INT32) wsptr[3];
INT32            4175 3rdparty/libjpeg/jidctint.c     tmp3 = (INT32) wsptr[1];
INT32            4242 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16;
INT32            4243 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26;
INT32            4244 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            4351 3rdparty/libjpeg/jidctint.c     tmp23 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            4354 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[2];
INT32            4355 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[4];
INT32            4356 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[6];
INT32            4370 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            4371 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            4372 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            4425 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14, tmp15;
INT32            4426 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25;
INT32            4427 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4;
INT32            4530 3rdparty/libjpeg/jidctint.c     tmp10 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            4532 3rdparty/libjpeg/jidctint.c     tmp12 = (INT32) wsptr[4];
INT32            4536 3rdparty/libjpeg/jidctint.c     tmp20 = (INT32) wsptr[2];
INT32            4543 3rdparty/libjpeg/jidctint.c     z1 = (INT32) wsptr[1];
INT32            4544 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[3];
INT32            4545 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[5];
INT32            4589 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13, tmp14;
INT32            4590 3rdparty/libjpeg/jidctint.c   INT32 tmp20, tmp21, tmp22, tmp23, tmp24;
INT32            4591 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3, z4, z5;
INT32            4686 3rdparty/libjpeg/jidctint.c     tmp12 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            4688 3rdparty/libjpeg/jidctint.c     tmp13 = (INT32) wsptr[2];
INT32            4689 3rdparty/libjpeg/jidctint.c     tmp14 = (INT32) wsptr[4];
INT32            4699 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[1];
INT32            4700 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[3];
INT32            4741 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp3;
INT32            4742 3rdparty/libjpeg/jidctint.c   INT32 tmp10, tmp11, tmp12, tmp13;
INT32            4743 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32            4873 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            4874 3rdparty/libjpeg/jidctint.c     tmp2 = (INT32) wsptr[2];
INT32            4882 3rdparty/libjpeg/jidctint.c     z2 = (INT32) wsptr[1];
INT32            4883 3rdparty/libjpeg/jidctint.c     z3 = (INT32) wsptr[3];
INT32            4921 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12;
INT32            4922 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32            4984 3rdparty/libjpeg/jidctint.c     tmp0 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
INT32            4986 3rdparty/libjpeg/jidctint.c     tmp2 = (INT32) wsptr[2];
INT32            4993 3rdparty/libjpeg/jidctint.c     tmp12 = (INT32) wsptr[1];
INT32            5025 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp2, tmp10, tmp12;
INT32            5026 3rdparty/libjpeg/jidctint.c   INT32 z1, z2, z3;
INT32            5029 3rdparty/libjpeg/jidctint.c   INT32 * wsptr;
INT32            5033 3rdparty/libjpeg/jidctint.c   INT32 workspace[2*4];	/* buffers data between passes */
INT32            5109 3rdparty/libjpeg/jidctint.c   INT32 tmp0, tmp10;
INT32             282 3rdparty/libjpeg/jpegint.h #define SHIFT_TEMPS	INT32 shift_temp;
INT32             285 3rdparty/libjpeg/jpegint.h          (shift_temp >> (shft)) | ((~((INT32) 0)) << (32-(shft))) : \
INT32             417 3rdparty/libjpeg/jpegint.h extern const INT32 jpeg_aritab[];
INT32             132 3rdparty/libjpeg/jquant1.c typedef INT32 FSERROR;		/* may need more than 16 bits */
INT32             133 3rdparty/libjpeg/jquant1.c typedef INT32 LOCFSERROR;	/* be sure calculation temps are big enough */
INT32             255 3rdparty/libjpeg/jquant1.c   return (int) (((INT32) j * MAXJSAMPLE + maxj/2) / maxj);
INT32             265 3rdparty/libjpeg/jquant1.c   return (int) (((INT32) (2*j + 1) * MAXJSAMPLE + maxj) / (2*maxj));
INT32             401 3rdparty/libjpeg/jquant1.c   INT32 num,den;
INT32             411 3rdparty/libjpeg/jquant1.c   den = 2 * ODITHER_CELLS * ((INT32) (ncolors - 1));
INT32             414 3rdparty/libjpeg/jquant1.c       num = ((INT32) (ODITHER_CELLS-1 - 2*((int)base_dither_matrix[j][k])))
INT32             185 3rdparty/libjpeg/jquant2.c typedef INT32 FSERROR;		/* may need more than 16 bits */
INT32             186 3rdparty/libjpeg/jquant2.c typedef INT32 LOCFSERROR;	/* be sure calculation temps are big enough */
INT32             265 3rdparty/libjpeg/jquant2.c   INT32 volume;
INT32             300 3rdparty/libjpeg/jquant2.c   register INT32 maxv = 0;
INT32             323 3rdparty/libjpeg/jquant2.c   INT32 dist0,dist1,dist2;
INT32             662 3rdparty/libjpeg/jquant2.c   INT32 minmaxdist, min_dist, max_dist, tdist;
INT32             663 3rdparty/libjpeg/jquant2.c   INT32 mindist[MAXNUMCOLORS];	/* min distance to colormap entry i */
INT32             787 3rdparty/libjpeg/jquant2.c   register INT32 * bptr;	/* pointer into bestdist[] array */
INT32             789 3rdparty/libjpeg/jquant2.c   INT32 dist0, dist1;		/* initial distance values */
INT32             790 3rdparty/libjpeg/jquant2.c   register INT32 dist2;		/* current distance in inner loop */
INT32             791 3rdparty/libjpeg/jquant2.c   INT32 xx0, xx1;		/* distance increments */
INT32             792 3rdparty/libjpeg/jquant2.c   register INT32 xx2;
INT32             793 3rdparty/libjpeg/jquant2.c   INT32 inc0, inc1, inc2;	/* initial values for increments */
INT32             795 3rdparty/libjpeg/jquant2.c   INT32 bestdist[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS];
INT32             133 modules/videoio/src/cap_msmf.hpp MAKE_ARRAY_TYPE(INT32, Int32)
INT32             166 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, INT32>::value || \
INT32             187 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, INT32*>::value || \
INT32             134 samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.cpp         INT32 effect;