Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:tmp10

123   INT32 tmp0, tmp2, tmp10, tmp12;

167 tmp10 = tmp0 + tmp2;
189 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
190 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
226 tmp10 = tmp0 + tmp2;
248 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp2,
251 outptr[3] = range_limit[(int) DESCALE(tmp10 - tmp2,
276 INT32 tmp0, tmp10, z1;
309 tmp10 = z1 << (CONST_BITS+2);
324 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2);
325 wsptr[DCTSIZE*1] = (int) DESCALE(tmp10 - tmp0, CONST_BITS-PASS1_BITS+2);
351 tmp10 = ((INT32) wsptr[0]) << (CONST_BITS+2);
362 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp0,
365 outptr[1] = range_limit[(int) DESCALE(tmp10 - tmp0,