Lines Matching refs:tmp10
125 JLONG tmp0, tmp2, tmp10, tmp12; variable
170 tmp10 = tmp0 + tmp2;
192 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
193 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
229 tmp10 = tmp0 + tmp2;
251 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp2,
254 outptr[3] = range_limit[(int) DESCALE(tmp10 - tmp2,
279 JLONG tmp0, tmp10, z1; in jpeg_idct_2x2() local
313 tmp10 = LEFT_SHIFT(z1, CONST_BITS+2); in jpeg_idct_2x2()
328 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2); in jpeg_idct_2x2()
329 wsptr[DCTSIZE*1] = (int) DESCALE(tmp10 - tmp0, CONST_BITS-PASS1_BITS+2); in jpeg_idct_2x2()
355 tmp10 = LEFT_SHIFT((JLONG) wsptr[0], CONST_BITS+2); in jpeg_idct_2x2()
366 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp0, in jpeg_idct_2x2()
369 outptr[1] = range_limit[(int) DESCALE(tmp10 - tmp0, in jpeg_idct_2x2()