Lines Matching refs:tmp25

1272   INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25;  in jpeg_idct_11x11()  local
1305 tmp25 = tmp10 + MULTIPLY(z4, FIX(1.356927976)); /* c2 */ in jpeg_idct_11x11()
1306 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1308 tmp20 += tmp25 + MULTIPLY(z3, FIX(2.115825087)); /* c4+c6 */ in jpeg_idct_11x11()
1309 tmp23 += tmp25 - MULTIPLY(z1, FIX(1.513598477)); /* c6+c8 */ in jpeg_idct_11x11()
1310 tmp24 += tmp25; in jpeg_idct_11x11()
1314 tmp25 = tmp10 - MULTIPLY(z4, FIX(1.414213562)); /* c0 */ in jpeg_idct_11x11()
1352 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1376 tmp25 = tmp10 + MULTIPLY(z4, FIX(1.356927976)); /* c2 */ in jpeg_idct_11x11()
1377 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
1379 tmp20 += tmp25 + MULTIPLY(z3, FIX(2.115825087)); /* c4+c6 */ in jpeg_idct_11x11()
1380 tmp23 += tmp25 - MULTIPLY(z1, FIX(1.513598477)); /* c6+c8 */ in jpeg_idct_11x11()
1381 tmp24 += tmp25; in jpeg_idct_11x11()
1385 tmp25 = tmp10 - MULTIPLY(z4, FIX(1.414213562)); /* c0 */ in jpeg_idct_11x11()
1443 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25, in jpeg_idct_11x11()
1466 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_12x12() local
1510 tmp25 = tmp10 - tmp12; in jpeg_idct_12x12()
1555 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1556 wsptr[8*6] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1591 tmp25 = tmp10 - tmp12; in jpeg_idct_12x12()
1656 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25 + tmp15, in jpeg_idct_12x12()
1659 outptr[6] = range_limit[(int) RIGHT_SHIFT(tmp25 - tmp15, in jpeg_idct_12x12()
1682 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_13x13() local
1723 tmp25 = MULTIPLY(z2, - FIX(1.252223920)) + tmp12 + tmp13; /* c4 */ in jpeg_idct_13x13()
1775 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1776 wsptr[8*7] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1809 tmp25 = MULTIPLY(z2, - FIX(1.252223920)) + tmp12 + tmp13; /* c4 */ in jpeg_idct_13x13()
1881 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25 + tmp15, in jpeg_idct_13x13()
1884 outptr[7] = range_limit[(int) RIGHT_SHIFT(tmp25 - tmp15, in jpeg_idct_13x13()
1910 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26; in jpeg_idct_14x14() local
1958 tmp25 = tmp11 - tmp14; in jpeg_idct_14x14()
2001 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2002 wsptr[8*8] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2042 tmp25 = tmp11 - tmp14; in jpeg_idct_14x14()
2104 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25 + tmp15, in jpeg_idct_14x14()
2107 outptr[8] = range_limit[(int) RIGHT_SHIFT(tmp25 - tmp15, in jpeg_idct_14x14()
2136 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_15x15() local
2183 tmp25 = tmp13 - tmp10 - tmp11; in jpeg_idct_15x15()
2232 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2233 wsptr[8*9] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2274 tmp25 = tmp13 - tmp10 - tmp11; in jpeg_idct_15x15()
2343 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25 + tmp15, in jpeg_idct_15x15()
2346 outptr[9] = range_limit[(int) RIGHT_SHIFT(tmp25 - tmp15, in jpeg_idct_15x15()
2378 INT32 tmp20, tmp21, tmp22, tmp23, tmp24, tmp25, tmp26, tmp27; in jpeg_idct_16x16() local
2427 tmp25 = tmp13 - tmp2; in jpeg_idct_16x16()
2482 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2483 wsptr[8*10] = (int) RIGHT_SHIFT(tmp25 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2527 tmp25 = tmp13 - tmp2; in jpeg_idct_16x16()
2602 outptr[5] = range_limit[(int) RIGHT_SHIFT(tmp25 + tmp11, in jpeg_idct_16x16()
2605 outptr[10] = range_limit[(int) RIGHT_SHIFT(tmp25 - tmp11, in jpeg_idct_16x16()