Lines Matching refs:tmp21
1078 JLONG tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local
1119 tmp21 = tmp11 + tmp13; in jpeg_idct_10x10()
1153 wsptr[8 * 1] = (int)RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1154 wsptr[8 * 8] = (int)RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1191 tmp21 = tmp11 + tmp13; in jpeg_idct_10x10()
1229 outptr[1] = range_limit[(int)RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_10x10()
1232 outptr[8] = range_limit[(int)RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_10x10()
1273 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1307 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1345 wsptr[8 * 1] = (int)RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_11x11()
1346 wsptr[8 * 9] = (int)RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_11x11()
1378 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1420 outptr[1] = range_limit[(int)RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_11x11()
1423 outptr[9] = range_limit[(int)RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_11x11()
1467 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1505 tmp21 = z3 + tmp12; in jpeg_idct_12x12()
1548 wsptr[8 * 1] = (int)RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_12x12()
1549 wsptr[8 * 10] = (int)RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_12x12()
1586 tmp21 = z3 + tmp12; in jpeg_idct_12x12()
1633 outptr[1] = range_limit[(int)RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_12x12()
1636 outptr[10] = range_limit[(int)RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_12x12()
1683 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1723 tmp21 = MULTIPLY(z2, FIX(1.058554052)) - tmp12 + tmp13; /* c6 */ in jpeg_idct_13x13()
1768 wsptr[8 * 1] = (int)RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_13x13()
1769 wsptr[8 * 11] = (int)RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_13x13()
1809 tmp21 = MULTIPLY(z2, FIX(1.058554052)) - tmp12 + tmp13; /* c6 */ in jpeg_idct_13x13()
1858 outptr[1] = range_limit[(int)RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_13x13()
1861 outptr[11] = range_limit[(int)RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_13x13()
1911 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1958 tmp21 = tmp11 + tmp14; in jpeg_idct_14x14()
1994 wsptr[8 * 1] = (int)RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
1995 wsptr[8 * 12] = (int)RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
2042 tmp21 = tmp11 + tmp14; in jpeg_idct_14x14()
2081 outptr[1] = range_limit[(int)RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_14x14()
2084 outptr[12] = range_limit[(int)RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_14x14()
2137 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2190 tmp21 = tmp12 + tmp10 + tmp11; in jpeg_idct_15x15()
2225 wsptr[8 * 1] = (int)RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_15x15()
2226 wsptr[8 * 13] = (int)RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS - PASS1_BITS); in jpeg_idct_15x15()
2281 tmp21 = tmp12 + tmp10 + tmp11; in jpeg_idct_15x15()
2320 outptr[1] = range_limit[(int)RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_15x15()
2323 outptr[13] = range_limit[(int)RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_15x15()
2379 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2425 tmp21 = tmp12 + tmp1; in jpeg_idct_16x16()
2475 wsptr[8 * 1] = (int)RIGHT_SHIFT(tmp21 + tmp1, CONST_BITS - PASS1_BITS); in jpeg_idct_16x16()
2476 wsptr[8 * 14] = (int)RIGHT_SHIFT(tmp21 - tmp1, CONST_BITS - PASS1_BITS); in jpeg_idct_16x16()
2525 tmp21 = tmp12 + tmp1; in jpeg_idct_16x16()
2579 outptr[1] = range_limit[(int)RIGHT_SHIFT(tmp21 + tmp1, in jpeg_idct_16x16()
2582 outptr[14] = range_limit[(int)RIGHT_SHIFT(tmp21 - tmp1, in jpeg_idct_16x16()