Lines Matching refs:tmp22
1078 JLONG tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local
1107 tmp22 = RIGHT_SHIFT(z3 - LEFT_SHIFT(z1 - z2, 1), in jpeg_idct_10x10()
1155 wsptr[8*2] = (int) (tmp22 + tmp12); in jpeg_idct_10x10()
1156 wsptr[8*7] = (int) (tmp22 - tmp12); in jpeg_idct_10x10()
1180 tmp22 = z3 - LEFT_SHIFT(z1 - z2, 1); /* c0 = (c4-c8)*2 */ in jpeg_idct_10x10()
1235 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_10x10()
1238 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_10x10()
1273 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1312 tmp22 = tmp24 - MULTIPLY(z3, FIX(0.788749120)); /* c8+c10 */ in jpeg_idct_11x11()
1347 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1348 wsptr[8*8] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1383 tmp22 = tmp24 - MULTIPLY(z3, FIX(0.788749120)); /* c8+c10 */ in jpeg_idct_11x11()
1426 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_11x11()
1429 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_11x11()
1467 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1515 tmp22 = tmp11 + tmp12; in jpeg_idct_12x12()
1550 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1551 wsptr[8*9] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1596 tmp22 = tmp11 + tmp12; in jpeg_idct_12x12()
1639 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_12x12()
1642 outptr[9] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_12x12()
1683 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1718 tmp22 = MULTIPLY(z2, FIX(0.501487041)) - tmp12 + tmp13; /* c10 */ in jpeg_idct_13x13()
1770 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1771 wsptr[8*10] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1804 tmp22 = MULTIPLY(z2, FIX(0.501487041)) - tmp12 + tmp13; /* c10 */ in jpeg_idct_13x13()
1864 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_13x13()
1867 outptr[10] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_13x13()
1911 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1960 tmp22 = tmp12 + tmp15; in jpeg_idct_14x14()
1996 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
1997 wsptr[8*11] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2044 tmp22 = tmp12 + tmp15; in jpeg_idct_14x14()
2087 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_14x14()
2090 outptr[11] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_14x14()
2137 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2193 tmp22 = z1 + tmp11; /* c10 = c6-c12 */ in jpeg_idct_15x15()
2227 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2228 wsptr[8*12] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2284 tmp22 = z1 + tmp11; /* c10 = c6-c12 */ in jpeg_idct_15x15()
2326 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_15x15()
2329 outptr[12] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_15x15()
2379 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2427 tmp22 = tmp13 + tmp2; in jpeg_idct_16x16()
2477 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2478 wsptr[8*13] = (int) RIGHT_SHIFT(tmp22 - tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2527 tmp22 = tmp13 + tmp2; in jpeg_idct_16x16()
2585 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp2, in jpeg_idct_16x16()
2588 outptr[13] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp2, in jpeg_idct_16x16()