• Home
  • Raw
  • Download

Lines Matching refs:tmp22

1077   INT32 tmp20, tmp21, tmp22, tmp23, tmp24;  in jpeg_idct_10x10()  local
1106 tmp22 = RIGHT_SHIFT(z3 - LEFT_SHIFT(z1 - z2, 1), in jpeg_idct_10x10()
1154 wsptr[8*2] = (int) (tmp22 + tmp12); in jpeg_idct_10x10()
1155 wsptr[8*7] = (int) (tmp22 - tmp12); in jpeg_idct_10x10()
1179 tmp22 = z3 - LEFT_SHIFT(z1 - z2, 1); /* c0 = (c4-c8)*2 */ in jpeg_idct_10x10()
1234 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_10x10()
1237 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_10x10()
1272 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1311 tmp22 = tmp24 - MULTIPLY(z3, FIX(0.788749120)); /* c8+c10 */ in jpeg_idct_11x11()
1346 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1347 wsptr[8*8] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1382 tmp22 = tmp24 - MULTIPLY(z3, FIX(0.788749120)); /* c8+c10 */ in jpeg_idct_11x11()
1425 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_11x11()
1428 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_11x11()
1466 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1514 tmp22 = tmp11 + tmp12; in jpeg_idct_12x12()
1549 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1550 wsptr[8*9] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1595 tmp22 = tmp11 + tmp12; in jpeg_idct_12x12()
1638 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_12x12()
1641 outptr[9] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_12x12()
1682 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1717 tmp22 = MULTIPLY(z2, FIX(0.501487041)) - tmp12 + tmp13; /* c10 */ in jpeg_idct_13x13()
1769 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1770 wsptr[8*10] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1803 tmp22 = MULTIPLY(z2, FIX(0.501487041)) - tmp12 + tmp13; /* c10 */ in jpeg_idct_13x13()
1863 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_13x13()
1866 outptr[10] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_13x13()
1910 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1959 tmp22 = tmp12 + tmp15; in jpeg_idct_14x14()
1995 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
1996 wsptr[8*11] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2043 tmp22 = tmp12 + tmp15; in jpeg_idct_14x14()
2086 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_14x14()
2089 outptr[11] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_14x14()
2136 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2192 tmp22 = z1 + tmp11; /* c10 = c6-c12 */ in jpeg_idct_15x15()
2226 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2227 wsptr[8*12] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2283 tmp22 = z1 + tmp11; /* c10 = c6-c12 */ in jpeg_idct_15x15()
2325 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp12, in jpeg_idct_15x15()
2328 outptr[12] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp12, in jpeg_idct_15x15()
2378 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2426 tmp22 = tmp13 + tmp2; in jpeg_idct_16x16()
2476 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2477 wsptr[8*13] = (int) RIGHT_SHIFT(tmp22 - tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2526 tmp22 = tmp13 + tmp2; in jpeg_idct_16x16()
2584 outptr[2] = range_limit[(int) RIGHT_SHIFT(tmp22 + tmp2, in jpeg_idct_16x16()
2587 outptr[13] = range_limit[(int) RIGHT_SHIFT(tmp22 - tmp2, in jpeg_idct_16x16()