Home | History | Annotate | Download | only in jpeg

Lines Matching refs:tmp10

122   INT32 tmp0, tmp2, tmp10, tmp12;
166 tmp10 = tmp0 + tmp2;
188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
225 tmp10 = tmp0 + tmp2;
247 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp2,
250 outptr[3] = range_limit[(int) DESCALE(tmp10 - tmp2,
275 INT32 tmp0, tmp10, z1;
308 tmp10 = z1 << (CONST_BITS+2);
323 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2);
324 wsptr[DCTSIZE*1] = (int) DESCALE(tmp10 - tmp0, CONST_BITS-PASS1_BITS+2);
350 tmp10 = ((INT32) wsptr[0]) << (CONST_BITS+2);
361 outptr[0] = range_limit[(int) DESCALE(tmp10 + tmp0,
364 outptr[1] = range_limit[(int) DESCALE(tmp10 - tmp0,