• Home
  • Raw
  • Download

Lines Matching refs:tmp20

1078   JLONG tmp20, tmp21, tmp22, tmp23, tmp24;  in jpeg_idct_10x10()  local
1117 tmp20 = tmp10 + tmp12; in jpeg_idct_10x10()
1151 wsptr[8 * 0] = (int)RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1152 wsptr[8 * 9] = (int)RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1189 tmp20 = tmp10 + tmp12; in jpeg_idct_10x10()
1223 outptr[0] = range_limit[(int)RIGHT_SHIFT(tmp20 + tmp10, in jpeg_idct_10x10()
1226 outptr[9] = range_limit[(int)RIGHT_SHIFT(tmp20 - tmp10, in jpeg_idct_10x10()
1273 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1301 tmp20 = MULTIPLY(z2 - z3, FIX(2.546640132)); /* c2+c4 */ in jpeg_idct_11x11()
1307 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1309 tmp20 += tmp25 + MULTIPLY(z3, FIX(2.115825087)); /* c4+c6 */ in jpeg_idct_11x11()
1343 wsptr[8 * 0] = (int)RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_11x11()
1344 wsptr[8 * 10] = (int)RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_11x11()
1372 tmp20 = MULTIPLY(z2 - z3, FIX(2.546640132)); /* c2+c4 */ in jpeg_idct_11x11()
1378 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1380 tmp20 += tmp25 + MULTIPLY(z3, FIX(2.115825087)); /* c4+c6 */ in jpeg_idct_11x11()
1414 outptr[0] = range_limit[(int)RIGHT_SHIFT(tmp20 + tmp10, in jpeg_idct_11x11()
1417 outptr[10] = range_limit[(int)RIGHT_SHIFT(tmp20 - tmp10, in jpeg_idct_11x11()
1467 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1510 tmp20 = tmp10 + tmp12; in jpeg_idct_12x12()
1546 wsptr[8 * 0] = (int)RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_12x12()
1547 wsptr[8 * 11] = (int)RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_12x12()
1591 tmp20 = tmp10 + tmp12; in jpeg_idct_12x12()
1627 outptr[0] = range_limit[(int)RIGHT_SHIFT(tmp20 + tmp10, in jpeg_idct_12x12()
1630 outptr[11] = range_limit[(int)RIGHT_SHIFT(tmp20 - tmp10, in jpeg_idct_12x12()
1683 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1717 tmp20 = MULTIPLY(z2, FIX(1.373119086)) + tmp12 + tmp13; /* c2 */ in jpeg_idct_13x13()
1766 wsptr[8 * 0] = (int)RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_13x13()
1767 wsptr[8 * 12] = (int)RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_13x13()
1803 tmp20 = MULTIPLY(z2, FIX(1.373119086)) + tmp12 + tmp13; /* c2 */ in jpeg_idct_13x13()
1852 outptr[0] = range_limit[(int)RIGHT_SHIFT(tmp20 + tmp10, in jpeg_idct_13x13()
1855 outptr[12] = range_limit[(int)RIGHT_SHIFT(tmp20 - tmp10, in jpeg_idct_13x13()
1911 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1956 tmp20 = tmp10 + tmp13; in jpeg_idct_14x14()
1992 wsptr[8 * 0] = (int)RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
1993 wsptr[8 * 13] = (int)RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_14x14()
2040 tmp20 = tmp10 + tmp13; in jpeg_idct_14x14()
2075 outptr[0] = range_limit[(int)RIGHT_SHIFT(tmp20 + tmp10, in jpeg_idct_14x14()
2078 outptr[13] = range_limit[(int)RIGHT_SHIFT(tmp20 - tmp10, in jpeg_idct_14x14()
2137 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2178 tmp20 = tmp13 + tmp10 + tmp11; in jpeg_idct_15x15()
2223 wsptr[8 * 0] = (int)RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_15x15()
2224 wsptr[8 * 14] = (int)RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS - PASS1_BITS); in jpeg_idct_15x15()
2269 tmp20 = tmp13 + tmp10 + tmp11; in jpeg_idct_15x15()
2314 outptr[0] = range_limit[(int)RIGHT_SHIFT(tmp20 + tmp10, in jpeg_idct_15x15()
2317 outptr[14] = range_limit[(int)RIGHT_SHIFT(tmp20 - tmp10, in jpeg_idct_15x15()
2379 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2423 tmp20 = tmp10 + tmp0; in jpeg_idct_16x16()
2473 wsptr[8 * 0] = (int)RIGHT_SHIFT(tmp20 + tmp0, CONST_BITS - PASS1_BITS); in jpeg_idct_16x16()
2474 wsptr[8 * 15] = (int)RIGHT_SHIFT(tmp20 - tmp0, CONST_BITS - PASS1_BITS); in jpeg_idct_16x16()
2523 tmp20 = tmp10 + tmp0; in jpeg_idct_16x16()
2573 outptr[0] = range_limit[(int)RIGHT_SHIFT(tmp20 + tmp0, in jpeg_idct_16x16()
2576 outptr[15] = range_limit[(int)RIGHT_SHIFT(tmp20 - tmp0, in jpeg_idct_16x16()