Lines Matching refs:tmp6
125 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in tinyjpeg_idct_float() local
194 tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]); in tinyjpeg_idct_float()
197 z13 = tmp6 + tmp5; /* phase 6 */ in tinyjpeg_idct_float()
198 z10 = tmp6 - tmp5; in tinyjpeg_idct_float()
209 tmp6 = tmp12 - tmp7; /* phase 2 */ in tinyjpeg_idct_float()
210 tmp5 = tmp11 - tmp6; in tinyjpeg_idct_float()
215 wsptr[DCTSIZE*1] = tmp1 + tmp6; in tinyjpeg_idct_float()
216 wsptr[DCTSIZE*6] = tmp1 - tmp6; in tinyjpeg_idct_float()
266 tmp6 = tmp12 - tmp7; in tinyjpeg_idct_float()
267 tmp5 = tmp11 - tmp6; in tinyjpeg_idct_float()
274 outptr[1] = descale_and_clamp((int)(tmp1 + tmp6), 3); in tinyjpeg_idct_float()
275 outptr[6] = descale_and_clamp((int)(tmp1 - tmp6), 3); in tinyjpeg_idct_float()