Lines Matching refs:tmp7
175 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
248 tmp7 = DEQUANTIZE(inptr[DCTSIZE * 7], quantptr[DCTSIZE * 7]);
252 z11 = tmp4 + tmp7;
253 z12 = tmp4 - tmp7;
255 tmp7 = z11 + z13; /* phase 5 */
262 tmp6 = tmp12 - tmp7; /* phase 2 */
266 wsptr[DCTSIZE * 0] = (int)(tmp0 + tmp7);
267 wsptr[DCTSIZE * 7] = (int)(tmp0 - tmp7);
337 tmp7 = z11 + z13; /* phase 5 */
344 tmp6 = tmp12 - tmp7; /* phase 2 */
351 range_limit[IDESCALE(tmp0 + tmp7, PASS1_BITS + 3) & RANGE_MASK];
353 range_limit[IDESCALE(tmp0 - tmp7, PASS1_BITS + 3) & RANGE_MASK];