Lines Matching refs:tmp24
1078 JLONG tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local
1118 tmp24 = tmp10 - tmp12; in jpeg_idct_10x10()
1159 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1160 wsptr[8 * 5] = (int)RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1190 tmp24 = tmp10 - tmp12; in jpeg_idct_10x10()
1247 outptr[4] = range_limit[(int)RIGHT_SHIFT(tmp24 + tmp14, in jpeg_idct_10x10()
1250 outptr[5] = range_limit[(int)RIGHT_SHIFT(tmp24 - tmp14, in jpeg_idct_10x10()
1273 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1304 tmp24 = MULTIPLY(z4, -FIX(1.155664402)); /* -(c2-c10) */ in jpeg_idct_11x11()
1311 tmp24 += tmp25; in jpeg_idct_11x11()
1312 tmp22 = tmp24 - MULTIPLY(z3, FIX(0.788749120)); /* c8+c10 */ in jpeg_idct_11x11()
1313 tmp24 += MULTIPLY(z2, FIX(1.944413522)) - /* c2+c8 */ in jpeg_idct_11x11()
1351 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_11x11()
1352 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_11x11()
1375 tmp24 = MULTIPLY(z4, -FIX(1.155664402)); /* -(c2-c10) */ in jpeg_idct_11x11()
1382 tmp24 += tmp25; in jpeg_idct_11x11()
1383 tmp22 = tmp24 - MULTIPLY(z3, FIX(0.788749120)); /* c8+c10 */ in jpeg_idct_11x11()
1384 tmp24 += MULTIPLY(z2, FIX(1.944413522)) - /* c2+c8 */ in jpeg_idct_11x11()
1438 outptr[4] = range_limit[(int)RIGHT_SHIFT(tmp24 + tmp14, in jpeg_idct_11x11()
1441 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp24 - tmp14, in jpeg_idct_11x11()
1467 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1506 tmp24 = z3 - tmp12; in jpeg_idct_12x12()
1554 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_12x12()
1555 wsptr[8 * 7] = (int)RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_12x12()
1587 tmp24 = z3 - tmp12; in jpeg_idct_12x12()
1651 outptr[4] = range_limit[(int)RIGHT_SHIFT(tmp24 + tmp14, in jpeg_idct_12x12()
1654 outptr[7] = range_limit[(int)RIGHT_SHIFT(tmp24 - tmp14, in jpeg_idct_12x12()
1683 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1730 tmp24 = MULTIPLY(z2, -FIX(0.803364869)) + tmp12 - tmp13; /* c8 */ in jpeg_idct_13x13()
1774 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_13x13()
1775 wsptr[8 * 8] = (int)RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_13x13()
1816 tmp24 = MULTIPLY(z2, -FIX(0.803364869)) + tmp12 - tmp13; /* c8 */ in jpeg_idct_13x13()
1876 outptr[4] = range_limit[(int)RIGHT_SHIFT(tmp24 + tmp14, in jpeg_idct_13x13()
1879 outptr[8] = range_limit[(int)RIGHT_SHIFT(tmp24 - tmp14, in jpeg_idct_13x13()
1911 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1961 tmp24 = tmp12 - tmp15; in jpeg_idct_14x14()
2000 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
2001 wsptr[8 * 9] = (int)RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
2045 tmp24 = tmp12 - tmp15; in jpeg_idct_14x14()
2099 outptr[4] = range_limit[(int)RIGHT_SHIFT(tmp24 + tmp14, in jpeg_idct_14x14()
2102 outptr[9] = range_limit[(int)RIGHT_SHIFT(tmp24 - tmp14, in jpeg_idct_14x14()
2137 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2191 tmp24 = tmp13 - tmp10 + tmp11; in jpeg_idct_15x15()
2231 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_15x15()
2232 wsptr[8 * 10] = (int)RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_15x15()
2282 tmp24 = tmp13 - tmp10 + tmp11; in jpeg_idct_15x15()
2338 outptr[4] = range_limit[(int)RIGHT_SHIFT(tmp24 + tmp14, in jpeg_idct_15x15()
2341 outptr[10] = range_limit[(int)RIGHT_SHIFT(tmp24 - tmp14, in jpeg_idct_15x15()
2379 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2430 tmp24 = tmp11 - tmp3; in jpeg_idct_16x16()
2481 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp24 + tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_16x16()
2482 wsptr[8 * 11] = (int)RIGHT_SHIFT(tmp24 - tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_16x16()
2530 tmp24 = tmp11 - tmp3; in jpeg_idct_16x16()
2597 outptr[4] = range_limit[(int)RIGHT_SHIFT(tmp24 + tmp10, in jpeg_idct_16x16()
2600 outptr[11] = range_limit[(int)RIGHT_SHIFT(tmp24 - tmp10, in jpeg_idct_16x16()