Lines Matching refs:tmp16
1910 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in jpeg_idct_14x14() local
1976 tmp16 = tmp14 - MULTIPLY(z1, FIX(1.061150426)); /* c9+c11-c13 */ in jpeg_idct_14x14()
1979 tmp16 += tmp15; in jpeg_idct_14x14()
2004 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
2005 wsptr[8 * 7] = (int)RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
2060 tmp16 = tmp14 - MULTIPLY(z1, FIX(1.061150426)); /* c9+c11-c13 */ in jpeg_idct_14x14()
2063 tmp16 += tmp15; in jpeg_idct_14x14()
2111 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp26 + tmp16, in jpeg_idct_14x14()
2114 outptr[7] = range_limit[(int)RIGHT_SHIFT(tmp26 - tmp16, in jpeg_idct_14x14()
2136 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in jpeg_idct_15x15() local
2215 tmp16 = tmp12 - MULTIPLY(z1, FIX(1.112434820)) + tmp13; /* c1-c13 */ in jpeg_idct_15x15()
2235 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS - PASS1_BITS); in jpeg_idct_15x15()
2236 wsptr[8 * 8] = (int)RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS - PASS1_BITS); in jpeg_idct_15x15()
2306 tmp16 = tmp12 - MULTIPLY(z1, FIX(1.112434820)) + tmp13; /* c1-c13 */ in jpeg_idct_15x15()
2350 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp26 + tmp16, in jpeg_idct_15x15()
2353 outptr[8] = range_limit[(int)RIGHT_SHIFT(tmp26 - tmp16, in jpeg_idct_15x15()