Lines Matching refs:tmp7
125 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in tinyjpeg_idct_float() local
195 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]); in tinyjpeg_idct_float()
199 z11 = tmp4 + tmp7; in tinyjpeg_idct_float()
200 z12 = tmp4 - tmp7; in tinyjpeg_idct_float()
202 tmp7 = z11 + z13; /* phase 5 */ in tinyjpeg_idct_float()
209 tmp6 = tmp12 - tmp7; /* phase 2 */ in tinyjpeg_idct_float()
213 wsptr[DCTSIZE*0] = tmp0 + tmp7; in tinyjpeg_idct_float()
214 wsptr[DCTSIZE*7] = tmp0 - tmp7; in tinyjpeg_idct_float()
259 tmp7 = z11 + z13; in tinyjpeg_idct_float()
266 tmp6 = tmp12 - tmp7; in tinyjpeg_idct_float()
272 outptr[0] = descale_and_clamp((int)(tmp0 + tmp7), 3); in tinyjpeg_idct_float()
273 outptr[7] = descale_and_clamp((int)(tmp0 - tmp7), 3); in tinyjpeg_idct_float()