PASS1_BITS        173 third_party/libjpeg/jfdctint.c     dataptr[0] = (DCTELEM) ((tmp10 + tmp11) << PASS1_BITS);
PASS1_BITS        174 third_party/libjpeg/jfdctint.c     dataptr[4] = (DCTELEM) ((tmp10 - tmp11) << PASS1_BITS);
PASS1_BITS        178 third_party/libjpeg/jfdctint.c 				   CONST_BITS-PASS1_BITS);
PASS1_BITS        180 third_party/libjpeg/jfdctint.c 				   CONST_BITS-PASS1_BITS);
PASS1_BITS        205 third_party/libjpeg/jfdctint.c     dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
PASS1_BITS        206 third_party/libjpeg/jfdctint.c     dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
PASS1_BITS        207 third_party/libjpeg/jfdctint.c     dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
PASS1_BITS        208 third_party/libjpeg/jfdctint.c     dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
PASS1_BITS        238 third_party/libjpeg/jfdctint.c     dataptr[DCTSIZE*0] = (DCTELEM) DESCALE(tmp10 + tmp11, PASS1_BITS);
PASS1_BITS        239 third_party/libjpeg/jfdctint.c     dataptr[DCTSIZE*4] = (DCTELEM) DESCALE(tmp10 - tmp11, PASS1_BITS);
PASS1_BITS        243 third_party/libjpeg/jfdctint.c 					   CONST_BITS+PASS1_BITS);
PASS1_BITS        245 third_party/libjpeg/jfdctint.c 					   CONST_BITS+PASS1_BITS);
PASS1_BITS        271 third_party/libjpeg/jfdctint.c 					   CONST_BITS+PASS1_BITS);
PASS1_BITS        273 third_party/libjpeg/jfdctint.c 					   CONST_BITS+PASS1_BITS);
PASS1_BITS        275 third_party/libjpeg/jfdctint.c 					   CONST_BITS+PASS1_BITS);
PASS1_BITS        277 third_party/libjpeg/jfdctint.c 					   CONST_BITS+PASS1_BITS);
PASS1_BITS        132 third_party/libjpeg/jidctfst.c 	DESCALE((coef)*(quantval), IFAST_SCALE_BITS-PASS1_BITS)
PASS1_BITS        296 third_party/libjpeg/jidctfst.c       JSAMPLE dcval = range_limit[IDESCALE(wsptr[0], PASS1_BITS+3)
PASS1_BITS        347 third_party/libjpeg/jidctfst.c     outptr[0] = range_limit[IDESCALE(tmp0 + tmp7, PASS1_BITS+3)
PASS1_BITS        349 third_party/libjpeg/jidctfst.c     outptr[7] = range_limit[IDESCALE(tmp0 - tmp7, PASS1_BITS+3)
PASS1_BITS        351 third_party/libjpeg/jidctfst.c     outptr[1] = range_limit[IDESCALE(tmp1 + tmp6, PASS1_BITS+3)
PASS1_BITS        353 third_party/libjpeg/jidctfst.c     outptr[6] = range_limit[IDESCALE(tmp1 - tmp6, PASS1_BITS+3)
PASS1_BITS        355 third_party/libjpeg/jidctfst.c     outptr[2] = range_limit[IDESCALE(tmp2 + tmp5, PASS1_BITS+3)
PASS1_BITS        357 third_party/libjpeg/jidctfst.c     outptr[5] = range_limit[IDESCALE(tmp2 - tmp5, PASS1_BITS+3)
PASS1_BITS        359 third_party/libjpeg/jidctfst.c     outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3)
PASS1_BITS        361 third_party/libjpeg/jidctfst.c     outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BITS+3)
PASS1_BITS        186 third_party/libjpeg/jidctint.c       int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
PASS1_BITS        258 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
PASS1_BITS        259 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
PASS1_BITS        260 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
PASS1_BITS        261 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
PASS1_BITS        262 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS);
PASS1_BITS        263 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*5] = (int) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS);
PASS1_BITS        264 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*3] = (int) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS);
PASS1_BITS        265 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*4] = (int) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS);
PASS1_BITS        291 third_party/libjpeg/jidctint.c       JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3)
PASS1_BITS        361 third_party/libjpeg/jidctint.c 					  CONST_BITS+PASS1_BITS+3)
PASS1_BITS        364 third_party/libjpeg/jidctint.c 					  CONST_BITS+PASS1_BITS+3)
PASS1_BITS        367 third_party/libjpeg/jidctint.c 					  CONST_BITS+PASS1_BITS+3)
PASS1_BITS        370 third_party/libjpeg/jidctint.c 					  CONST_BITS+PASS1_BITS+3)
PASS1_BITS        373 third_party/libjpeg/jidctint.c 					  CONST_BITS+PASS1_BITS+3)
PASS1_BITS        376 third_party/libjpeg/jidctint.c 					  CONST_BITS+PASS1_BITS+3)
PASS1_BITS        379 third_party/libjpeg/jidctint.c 					  CONST_BITS+PASS1_BITS+3)
PASS1_BITS        382 third_party/libjpeg/jidctint.c 					  CONST_BITS+PASS1_BITS+3)
PASS1_BITS        146 third_party/libjpeg/jidctred.c       int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
PASS1_BITS        188 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
PASS1_BITS        189 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
PASS1_BITS        190 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
PASS1_BITS        191 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
PASS1_BITS        205 third_party/libjpeg/jidctred.c       JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3)
PASS1_BITS        248 third_party/libjpeg/jidctred.c 					  CONST_BITS+PASS1_BITS+3+1)
PASS1_BITS        251 third_party/libjpeg/jidctred.c 					  CONST_BITS+PASS1_BITS+3+1)
PASS1_BITS        254 third_party/libjpeg/jidctred.c 					  CONST_BITS+PASS1_BITS+3+1)
PASS1_BITS        257 third_party/libjpeg/jidctred.c 					  CONST_BITS+PASS1_BITS+3+1)
PASS1_BITS        297 third_party/libjpeg/jidctred.c       int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
PASS1_BITS        323 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2);
PASS1_BITS        324 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*1] = (int) DESCALE(tmp10 - tmp0, CONST_BITS-PASS1_BITS+2);
PASS1_BITS        337 third_party/libjpeg/jidctred.c       JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3)
PASS1_BITS        362 third_party/libjpeg/jidctred.c 					  CONST_BITS+PASS1_BITS+3+2)
PASS1_BITS        365 third_party/libjpeg/jidctred.c 					  CONST_BITS+PASS1_BITS+3+2)