Lines Matching refs:tmp21

1077   INT32 tmp20, tmp21, tmp22, tmp23, tmp24;  in jpeg_idct_10x10()  local
1118 tmp21 = tmp11 + tmp13; in jpeg_idct_10x10()
1152 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1153 wsptr[8*8] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1190 tmp21 = tmp11 + tmp13; in jpeg_idct_10x10()
1228 outptr[1] = range_limit[(int) RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_10x10()
1231 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_10x10()
1272 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1306 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1344 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1345 wsptr[8*9] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1377 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1419 outptr[1] = range_limit[(int) RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_11x11()
1422 outptr[9] = range_limit[(int) RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_11x11()
1466 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1504 tmp21 = z3 + tmp12; in jpeg_idct_12x12()
1547 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1548 wsptr[8*10] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1585 tmp21 = z3 + tmp12; in jpeg_idct_12x12()
1632 outptr[1] = range_limit[(int) RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_12x12()
1635 outptr[10] = range_limit[(int) RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_12x12()
1682 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1722 tmp21 = MULTIPLY(z2, FIX(1.058554052)) - tmp12 + tmp13; /* c6 */ in jpeg_idct_13x13()
1767 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1768 wsptr[8*11] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1808 tmp21 = MULTIPLY(z2, FIX(1.058554052)) - tmp12 + tmp13; /* c6 */ in jpeg_idct_13x13()
1857 outptr[1] = range_limit[(int) RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_13x13()
1860 outptr[11] = range_limit[(int) RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_13x13()
1910 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1957 tmp21 = tmp11 + tmp14; in jpeg_idct_14x14()
1993 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
1994 wsptr[8*12] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2041 tmp21 = tmp11 + tmp14; in jpeg_idct_14x14()
2080 outptr[1] = range_limit[(int) RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_14x14()
2083 outptr[12] = range_limit[(int) RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_14x14()
2136 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2189 tmp21 = tmp12 + tmp10 + tmp11; in jpeg_idct_15x15()
2224 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2225 wsptr[8*13] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2280 tmp21 = tmp12 + tmp10 + tmp11; in jpeg_idct_15x15()
2319 outptr[1] = range_limit[(int) RIGHT_SHIFT(tmp21 + tmp11, in jpeg_idct_15x15()
2322 outptr[13] = range_limit[(int) RIGHT_SHIFT(tmp21 - tmp11, in jpeg_idct_15x15()
2378 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2424 tmp21 = tmp12 + tmp1; in jpeg_idct_16x16()
2474 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2475 wsptr[8*14] = (int) RIGHT_SHIFT(tmp21 - tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2524 tmp21 = tmp12 + tmp1; in jpeg_idct_16x16()
2578 outptr[1] = range_limit[(int) RIGHT_SHIFT(tmp21 + tmp1, in jpeg_idct_16x16()
2581 outptr[14] = range_limit[(int) RIGHT_SHIFT(tmp21 - tmp1, in jpeg_idct_16x16()