• Home
  • Raw
  • Download

Lines Matching refs:tmp25

1273   JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25;  in jpeg_idct_11x11()  local
1306 tmp25 = tmp10 + MULTIPLY(z4, FIX(1.356927976)); /* c2 */ 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()
1310 tmp23 += tmp25 - MULTIPLY(z1, FIX(1.513598477)); /* c6+c8 */ in jpeg_idct_11x11()
1311 tmp24 += tmp25; in jpeg_idct_11x11()
1315 tmp25 = tmp10 - MULTIPLY(z4, FIX(1.414213562)); /* c0 */ in jpeg_idct_11x11()
1353 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1377 tmp25 = tmp10 + MULTIPLY(z4, FIX(1.356927976)); /* c2 */ 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()
1381 tmp23 += tmp25 - MULTIPLY(z1, FIX(1.513598477)); /* c6+c8 */ in jpeg_idct_11x11()
1382 tmp24 += tmp25; in jpeg_idct_11x11()
1386 tmp25 = tmp10 - MULTIPLY(z4, FIX(1.414213562)); /* c0 */ in jpeg_idct_11x11()
1444 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25, in jpeg_idct_11x11()
1467 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1511 tmp25 = tmp10 - tmp12; in jpeg_idct_12x12()
1556 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1557 wsptr[8*6] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1592 tmp25 = tmp10 - tmp12; in jpeg_idct_12x12()
1657 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25 + tmp15, in jpeg_idct_12x12()
1660 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp25 - tmp15, in jpeg_idct_12x12()
1683 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1724 tmp25 = MULTIPLY(z2, - FIX(1.252223920)) + tmp12 + tmp13; /* c4 */ in jpeg_idct_13x13()
1776 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1777 wsptr[8*7] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1810 tmp25 = MULTIPLY(z2, - FIX(1.252223920)) + tmp12 + tmp13; /* c4 */ in jpeg_idct_13x13()
1882 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25 + tmp15, in jpeg_idct_13x13()
1885 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp25 - tmp15, in jpeg_idct_13x13()
1911 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1959 tmp25 = tmp11 - tmp14; in jpeg_idct_14x14()
2002 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2003 wsptr[8*8] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2043 tmp25 = tmp11 - tmp14; in jpeg_idct_14x14()
2105 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25 + tmp15, in jpeg_idct_14x14()
2108 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp25 - tmp15, in jpeg_idct_14x14()
2137 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2184 tmp25 = tmp13 - tmp10 - tmp11; in jpeg_idct_15x15()
2233 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2234 wsptr[8*9] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2275 tmp25 = tmp13 - tmp10 - tmp11; in jpeg_idct_15x15()
2344 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25 + tmp15, in jpeg_idct_15x15()
2347 outptr[9] = range_limit[(int) RIGHT_SHIFT(tmp25 - tmp15, in jpeg_idct_15x15()
2379 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2428 tmp25 = tmp13 - tmp2; in jpeg_idct_16x16()
2483 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2484 wsptr[8*10] = (int) RIGHT_SHIFT(tmp25 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2528 tmp25 = tmp13 - tmp2; in jpeg_idct_16x16()
2603 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25 + tmp11, in jpeg_idct_16x16()
2606 outptr[10] = range_limit[(int) RIGHT_SHIFT(tmp25 - tmp11, in jpeg_idct_16x16()