Lines Matching refs:tmp23

1265   INT32 tmp20, tmp21, tmp22, tmp23, tmp24;  in jpeg_idct_10x10()  local
1307 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1344 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1345 wsptr[8*6] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1379 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1428 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_10x10()
1431 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_10x10()
1460 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1489 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11()
1494 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1497 tmp23 += tmp25 - MULTIPLY(z1, FIX(1.513598477)); /* c6+c8 */ in jpeg_idct_11x11()
1536 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1537 wsptr[8*7] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1560 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11()
1565 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1568 tmp23 += tmp25 - MULTIPLY(z1, FIX(1.513598477)); /* c6+c8 */ in jpeg_idct_11x11()
1619 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_11x11()
1622 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_11x11()
1654 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1703 tmp23 = tmp11 - tmp12; in jpeg_idct_12x12()
1739 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1740 wsptr[8*8] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1784 tmp23 = tmp11 - tmp12; in jpeg_idct_12x12()
1832 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_12x12()
1835 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_12x12()
1870 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1916 tmp23 = MULTIPLY(z2, - FIX(0.170464608)) - tmp12 - tmp13; /* c12 */ in jpeg_idct_13x13()
1959 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1960 wsptr[8*9] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
2002 tmp23 = MULTIPLY(z2, - FIX(0.170464608)) - tmp12 - tmp13; /* c12 */ in jpeg_idct_13x13()
2057 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_13x13()
2060 outptr[9] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_13x13()
2098 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
2130 tmp23 = RIGHT_SHIFT(z1 - ((z2 + z3 - z4) << 1), /* c0 = (c4+c12-c8)*2 */ in jpeg_idct_14x14()
2185 wsptr[8*3] = (int) (tmp23 + tmp13); in jpeg_idct_14x14()
2186 wsptr[8*10] = (int) (tmp23 - tmp13); in jpeg_idct_14x14()
2215 tmp23 = z1 - ((z2 + z3 - z4) << 1); /* c0 = (c4+c12-c8)*2 */ in jpeg_idct_14x14()
2280 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_14x14()
2283 outptr[10] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_14x14()
2324 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2366 tmp23 = tmp12 - tmp10 + tmp11 + z2; in jpeg_idct_15x15()
2416 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2417 wsptr[8*11] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2457 tmp23 = tmp12 - tmp10 + tmp11 + z2; in jpeg_idct_15x15()
2519 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_15x15()
2522 outptr[11] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_15x15()
2566 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2616 tmp23 = tmp11 + tmp3; in jpeg_idct_16x16()
2666 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2667 wsptr[8*12] = (int) RIGHT_SHIFT(tmp23 - tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2716 tmp23 = tmp11 + tmp3; in jpeg_idct_16x16()
2778 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp3, in jpeg_idct_16x16()
2781 outptr[12] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp3, in jpeg_idct_16x16()
2827 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x8() local
2987 tmp23 = tmp11 + tmp3; in jpeg_idct_16x8()
3049 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp3, in jpeg_idct_16x8()
3052 outptr[12] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp3, in jpeg_idct_16x8()
3098 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x7() local
3118 tmp23 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); in jpeg_idct_14x7()
3119 tmp23 <<= CONST_BITS; in jpeg_idct_14x7()
3121 tmp23 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_14x7()
3129 tmp21 = tmp20 + tmp22 + tmp23 - MULTIPLY(z2, FIX(1.841218003)); /* c2+c4-c6 */ in jpeg_idct_14x7()
3132 tmp10 = MULTIPLY(tmp10, FIX(1.274162392)) + tmp23; /* c2 */ in jpeg_idct_14x7()
3135 tmp23 += MULTIPLY(z2, FIX(1.414213562)); /* c0 */ in jpeg_idct_14x7()
3161 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23, CONST_BITS-PASS1_BITS); in jpeg_idct_14x7()
3185 tmp23 = z1 - ((z2 + z3 - z4) << 1); /* c0 = (c4+c12-c8)*2 */ in jpeg_idct_14x7()
3250 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_14x7()
3253 outptr[10] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_14x7()
3293 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x6() local
3384 tmp23 = tmp11 - tmp12; in jpeg_idct_12x6()
3432 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_12x6()
3435 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_12x6()
3469 INT32 tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x5() local
3550 tmp23 = tmp11 - tmp13; in jpeg_idct_10x5()
3599 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_10x5()
3602 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_10x5()
4025 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_8x16() local
4076 tmp23 = tmp11 + tmp3; in jpeg_idct_8x16()
4126 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4127 wsptr[8*12] = (int) RIGHT_SHIFT(tmp23 - tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4243 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_7x14() local
4276 tmp23 = RIGHT_SHIFT(z1 - ((z2 + z3 - z4) << 1), /* c0 = (c4+c12-c8)*2 */ in jpeg_idct_7x14()
4331 wsptr[7*3] = (int) (tmp23 + tmp13); in jpeg_idct_7x14()
4332 wsptr[7*10] = (int) (tmp23 - tmp13); in jpeg_idct_7x14()
4351 tmp23 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2)); in jpeg_idct_7x14()
4352 tmp23 <<= CONST_BITS; in jpeg_idct_7x14()
4360 tmp21 = tmp20 + tmp22 + tmp23 - MULTIPLY(z2, FIX(1.841218003)); /* c2+c4-c6 */ in jpeg_idct_7x14()
4363 tmp10 = MULTIPLY(tmp10, FIX(1.274162392)) + tmp23; /* c2 */ in jpeg_idct_7x14()
4366 tmp23 += MULTIPLY(z2, FIX(1.414213562)); /* c0 */ in jpeg_idct_7x14()
4404 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23, in jpeg_idct_7x14()
4426 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_6x12() local
4476 tmp23 = tmp11 - tmp12; in jpeg_idct_6x12()
4512 wsptr[6*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4513 wsptr[6*8] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4590 INT32 tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_5x10() local
4633 tmp23 = tmp11 - tmp13; in jpeg_idct_5x10()
4670 wsptr[5*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()
4671 wsptr[5*6] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()