Lines Matching refs:tmp23
1077 INT32 tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local
1119 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1156 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1157 wsptr[8*6] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1191 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1240 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_10x10()
1243 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_10x10()
1272 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1301 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11()
1306 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1309 tmp23 += tmp25 - MULTIPLY(z1, FIX(1.513598477)); /* c6+c8 */ in jpeg_idct_11x11()
1348 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1349 wsptr[8*7] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1372 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11()
1377 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1380 tmp23 += tmp25 - MULTIPLY(z1, FIX(1.513598477)); /* c6+c8 */ in jpeg_idct_11x11()
1431 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_11x11()
1434 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_11x11()
1466 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1515 tmp23 = tmp11 - tmp12; in jpeg_idct_12x12()
1551 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1552 wsptr[8*8] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1596 tmp23 = tmp11 - tmp12; in jpeg_idct_12x12()
1644 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_12x12()
1647 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_12x12()
1682 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1728 tmp23 = MULTIPLY(z2, - FIX(0.170464608)) - tmp12 - tmp13; /* c12 */ in jpeg_idct_13x13()
1771 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1772 wsptr[8*9] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1814 tmp23 = MULTIPLY(z2, - FIX(0.170464608)) - tmp12 - tmp13; /* c12 */ in jpeg_idct_13x13()
1869 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_13x13()
1872 outptr[9] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_13x13()
1910 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1942 tmp23 = RIGHT_SHIFT(z1 - LEFT_SHIFT(z2 + z3 - z4, 1), in jpeg_idct_14x14()
1997 wsptr[8*3] = (int) (tmp23 + tmp13); in jpeg_idct_14x14()
1998 wsptr[8*10] = (int) (tmp23 - tmp13); in jpeg_idct_14x14()
2027 tmp23 = z1 - LEFT_SHIFT(z2 + z3 - z4, 1); /* c0 = (c4+c12-c8)*2 */ in jpeg_idct_14x14()
2092 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_14x14()
2095 outptr[10] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_14x14()
2136 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2178 tmp23 = tmp12 - tmp10 + tmp11 + z2; in jpeg_idct_15x15()
2228 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2229 wsptr[8*11] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2269 tmp23 = tmp12 - tmp10 + tmp11 + z2; in jpeg_idct_15x15()
2331 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_15x15()
2334 outptr[11] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_15x15()
2378 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2428 tmp23 = tmp11 + tmp3; in jpeg_idct_16x16()
2478 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2479 wsptr[8*12] = (int) RIGHT_SHIFT(tmp23 - tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2528 tmp23 = tmp11 + tmp3; in jpeg_idct_16x16()
2590 outptr[3] = range_limit[(int) RIGHT_SHIFT(tmp23 + tmp3, in jpeg_idct_16x16()
2593 outptr[12] = range_limit[(int) RIGHT_SHIFT(tmp23 - tmp3, in jpeg_idct_16x16()