Lines Matching refs:tmp23
1078 JLONG tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local
1120 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1157 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1158 wsptr[8*6] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1192 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1241 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_10x10()
1244 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_10x10()
1273 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1302 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11()
1307 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1310 tmp23 += tmp25 - MULTIPLY(z1, FIX(1.513598477)); /* c6+c8 */ in jpeg_idct_11x11()
1349 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1350 wsptr[8*7] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1373 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11()
1378 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1381 tmp23 += tmp25 - MULTIPLY(z1, FIX(1.513598477)); /* c6+c8 */ in jpeg_idct_11x11()
1432 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_11x11()
1435 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_11x11()
1467 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1516 tmp23 = tmp11 - tmp12; in jpeg_idct_12x12()
1552 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1553 wsptr[8*8] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1597 tmp23 = tmp11 - tmp12; in jpeg_idct_12x12()
1645 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_12x12()
1648 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_12x12()
1683 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1729 tmp23 = MULTIPLY(z2, - FIX(0.170464608)) - tmp12 - tmp13; /* c12 */ in jpeg_idct_13x13()
1772 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1773 wsptr[8*9] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1815 tmp23 = MULTIPLY(z2, - FIX(0.170464608)) - tmp12 - tmp13; /* c12 */ in jpeg_idct_13x13()
1870 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_13x13()
1873 outptr[9] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_13x13()
1911 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1943 tmp23 = RIGHT_SHIFT(z1 - LEFT_SHIFT(z2 + z3 - z4, 1), in jpeg_idct_14x14()
1998 wsptr[8*3] = (int) (tmp23 + tmp13); in jpeg_idct_14x14()
1999 wsptr[8*10] = (int) (tmp23 - tmp13); in jpeg_idct_14x14()
2028 tmp23 = z1 - LEFT_SHIFT(z2 + z3 - z4, 1); /* c0 = (c4+c12-c8)*2 */ in jpeg_idct_14x14()
2093 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_14x14()
2096 outptr[10] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_14x14()
2137 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2179 tmp23 = tmp12 - tmp10 + tmp11 + z2; in jpeg_idct_15x15()
2229 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2230 wsptr[8*11] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2270 tmp23 = tmp12 - tmp10 + tmp11 + z2; in jpeg_idct_15x15()
2332 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_15x15()
2335 outptr[11] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_15x15()
2379 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2429 tmp23 = tmp11 + tmp3; in jpeg_idct_16x16()
2479 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2480 wsptr[8*12] = (int) RIGHT_SHIFT(tmp23 - tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2529 tmp23 = tmp11 + tmp3; in jpeg_idct_16x16()
2591 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp3, in jpeg_idct_16x16()
2594 outptr[12] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp3, in jpeg_idct_16x16()