• Home
  • Raw
  • Download

Lines Matching refs:CONST_BITS

101 #define CONST_BITS  13  macro
104 #define CONST_BITS 13
115 #if CONST_BITS == 13
238 z2 <<= CONST_BITS;
239 z3 <<= CONST_BITS;
241 z2 += ONE << (CONST_BITS-PASS1_BITS-1);
283 wsptr[DCTSIZE*0] = (int) RIGHT_SHIFT(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
284 wsptr[DCTSIZE*7] = (int) RIGHT_SHIFT(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
285 wsptr[DCTSIZE*1] = (int) RIGHT_SHIFT(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
286 wsptr[DCTSIZE*6] = (int) RIGHT_SHIFT(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
287 wsptr[DCTSIZE*2] = (int) RIGHT_SHIFT(tmp12 + tmp1, CONST_BITS-PASS1_BITS);
288 wsptr[DCTSIZE*5] = (int) RIGHT_SHIFT(tmp12 - tmp1, CONST_BITS-PASS1_BITS);
289 wsptr[DCTSIZE*3] = (int) RIGHT_SHIFT(tmp13 + tmp0, CONST_BITS-PASS1_BITS);
290 wsptr[DCTSIZE*4] = (int) RIGHT_SHIFT(tmp13 - tmp0, CONST_BITS-PASS1_BITS);
347 tmp0 = (z2 + z3) << CONST_BITS;
348 tmp1 = (z2 - z3) << CONST_BITS;
388 CONST_BITS+PASS1_BITS+3)
391 CONST_BITS+PASS1_BITS+3)
394 CONST_BITS+PASS1_BITS+3)
397 CONST_BITS+PASS1_BITS+3)
400 CONST_BITS+PASS1_BITS+3)
403 CONST_BITS+PASS1_BITS+3)
406 CONST_BITS+PASS1_BITS+3)
409 CONST_BITS+PASS1_BITS+3)
452 tmp13 <<= CONST_BITS; in jpeg_idct_7x7()
454 tmp13 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_7x7()
488 wsptr[7*0] = (int) RIGHT_SHIFT(tmp10 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_7x7()
489 wsptr[7*6] = (int) RIGHT_SHIFT(tmp10 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_7x7()
490 wsptr[7*1] = (int) RIGHT_SHIFT(tmp11 + tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_7x7()
491 wsptr[7*5] = (int) RIGHT_SHIFT(tmp11 - tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_7x7()
492 wsptr[7*2] = (int) RIGHT_SHIFT(tmp12 + tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_7x7()
493 wsptr[7*4] = (int) RIGHT_SHIFT(tmp12 - tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_7x7()
494 wsptr[7*3] = (int) RIGHT_SHIFT(tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_7x7()
507 tmp13 <<= CONST_BITS; in jpeg_idct_7x7()
542 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x7()
545 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x7()
548 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x7()
551 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x7()
554 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x7()
557 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x7()
560 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x7()
601 tmp0 <<= CONST_BITS; in jpeg_idct_6x6()
603 tmp0 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_6x6()
607 tmp11 = RIGHT_SHIFT(tmp0 - tmp10 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_6x6()
619 tmp0 = tmp1 + ((z1 + z2) << CONST_BITS); in jpeg_idct_6x6()
620 tmp2 = tmp1 + ((z3 - z2) << CONST_BITS); in jpeg_idct_6x6()
625 wsptr[6*0] = (int) RIGHT_SHIFT(tmp10 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_6x6()
626 wsptr[6*5] = (int) RIGHT_SHIFT(tmp10 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_6x6()
629 wsptr[6*2] = (int) RIGHT_SHIFT(tmp12 + tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_6x6()
630 wsptr[6*3] = (int) RIGHT_SHIFT(tmp12 - tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_6x6()
643 tmp0 <<= CONST_BITS; in jpeg_idct_6x6()
659 tmp0 = tmp1 + ((z1 + z2) << CONST_BITS); in jpeg_idct_6x6()
660 tmp2 = tmp1 + ((z3 - z2) << CONST_BITS); in jpeg_idct_6x6()
661 tmp1 = (z1 - z2 - z3) << CONST_BITS; in jpeg_idct_6x6()
666 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x6()
669 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x6()
672 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x6()
675 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x6()
678 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x6()
681 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x6()
722 tmp12 <<= CONST_BITS; in jpeg_idct_5x5()
724 tmp12 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_5x5()
745 wsptr[5*0] = (int) RIGHT_SHIFT(tmp10 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_5x5()
746 wsptr[5*4] = (int) RIGHT_SHIFT(tmp10 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_5x5()
747 wsptr[5*1] = (int) RIGHT_SHIFT(tmp11 + tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_5x5()
748 wsptr[5*3] = (int) RIGHT_SHIFT(tmp11 - tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_5x5()
749 wsptr[5*2] = (int) RIGHT_SHIFT(tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_5x5()
762 tmp12 <<= CONST_BITS; in jpeg_idct_5x5()
784 CONST_BITS+PASS1_BITS+3) in jpeg_idct_5x5()
787 CONST_BITS+PASS1_BITS+3) in jpeg_idct_5x5()
790 CONST_BITS+PASS1_BITS+3) in jpeg_idct_5x5()
793 CONST_BITS+PASS1_BITS+3) in jpeg_idct_5x5()
796 CONST_BITS+PASS1_BITS+3) in jpeg_idct_5x5()
850 z1 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_4x4()
852 CONST_BITS-PASS1_BITS); in jpeg_idct_4x4()
854 CONST_BITS-PASS1_BITS); in jpeg_idct_4x4()
876 tmp10 = (tmp0 + tmp2) << CONST_BITS; in jpeg_idct_4x4()
877 tmp12 = (tmp0 - tmp2) << CONST_BITS; in jpeg_idct_4x4()
892 CONST_BITS+PASS1_BITS+3) in jpeg_idct_4x4()
895 CONST_BITS+PASS1_BITS+3) in jpeg_idct_4x4()
898 CONST_BITS+PASS1_BITS+3) in jpeg_idct_4x4()
901 CONST_BITS+PASS1_BITS+3) in jpeg_idct_4x4()
941 tmp0 <<= CONST_BITS; in jpeg_idct_3x3()
943 tmp0 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_3x3()
956 wsptr[3*0] = (int) RIGHT_SHIFT(tmp10 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_3x3()
957 wsptr[3*2] = (int) RIGHT_SHIFT(tmp10 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_3x3()
958 wsptr[3*1] = (int) RIGHT_SHIFT(tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_3x3()
971 tmp0 <<= CONST_BITS; in jpeg_idct_3x3()
985 CONST_BITS+PASS1_BITS+3) in jpeg_idct_3x3()
988 CONST_BITS+PASS1_BITS+3) in jpeg_idct_3x3()
991 CONST_BITS+PASS1_BITS+3) in jpeg_idct_3x3()
1113 tmp0 <<= CONST_BITS; in jpeg_idct_9x9()
1115 tmp0 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_9x9()
1156 wsptr[8*0] = (int) RIGHT_SHIFT(tmp10 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_9x9()
1157 wsptr[8*8] = (int) RIGHT_SHIFT(tmp10 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_9x9()
1158 wsptr[8*1] = (int) RIGHT_SHIFT(tmp11 + tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_9x9()
1159 wsptr[8*7] = (int) RIGHT_SHIFT(tmp11 - tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_9x9()
1160 wsptr[8*2] = (int) RIGHT_SHIFT(tmp12 + tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_9x9()
1161 wsptr[8*6] = (int) RIGHT_SHIFT(tmp12 - tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_9x9()
1162 wsptr[8*3] = (int) RIGHT_SHIFT(tmp13 + tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_9x9()
1163 wsptr[8*5] = (int) RIGHT_SHIFT(tmp13 - tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_9x9()
1164 wsptr[8*4] = (int) RIGHT_SHIFT(tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_9x9()
1177 tmp0 <<= CONST_BITS; in jpeg_idct_9x9()
1219 CONST_BITS+PASS1_BITS+3) in jpeg_idct_9x9()
1222 CONST_BITS+PASS1_BITS+3) in jpeg_idct_9x9()
1225 CONST_BITS+PASS1_BITS+3) in jpeg_idct_9x9()
1228 CONST_BITS+PASS1_BITS+3) in jpeg_idct_9x9()
1231 CONST_BITS+PASS1_BITS+3) in jpeg_idct_9x9()
1234 CONST_BITS+PASS1_BITS+3) in jpeg_idct_9x9()
1237 CONST_BITS+PASS1_BITS+3) in jpeg_idct_9x9()
1240 CONST_BITS+PASS1_BITS+3) in jpeg_idct_9x9()
1243 CONST_BITS+PASS1_BITS+3) in jpeg_idct_9x9()
1285 z3 <<= CONST_BITS; in jpeg_idct_10x10()
1287 z3 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_10x10()
1295 CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1320 z5 = z3 << CONST_BITS; in jpeg_idct_10x10()
1329 z4 = z5 - tmp12 - (tmp13 << (CONST_BITS - 1)); in jpeg_idct_10x10()
1338 wsptr[8*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1339 wsptr[8*9] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1340 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1341 wsptr[8*8] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1344 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1345 wsptr[8*6] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1346 wsptr[8*4] = (int) RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1347 wsptr[8*5] = (int) RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_10x10()
1360 z3 <<= CONST_BITS; in jpeg_idct_10x10()
1386 z3 <<= CONST_BITS; in jpeg_idct_10x10()
1401 z4 = z3 - tmp12 - (tmp13 << (CONST_BITS - 1)); in jpeg_idct_10x10()
1403 tmp12 = ((z1 - tmp13) << CONST_BITS) - z3; in jpeg_idct_10x10()
1411 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x10()
1414 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x10()
1417 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x10()
1420 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x10()
1423 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x10()
1426 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x10()
1429 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x10()
1432 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x10()
1435 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x10()
1438 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x10()
1480 tmp10 <<= CONST_BITS; in jpeg_idct_11x11()
1482 tmp10 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_11x11()
1530 wsptr[8*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1531 wsptr[8*10] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1532 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1533 wsptr[8*9] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1534 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1535 wsptr[8*8] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1536 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1537 wsptr[8*7] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1538 wsptr[8*4] = (int) RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1539 wsptr[8*6] = (int) RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1540 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25, CONST_BITS-PASS1_BITS); in jpeg_idct_11x11()
1553 tmp10 <<= CONST_BITS; in jpeg_idct_11x11()
1602 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1605 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1608 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1611 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1614 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1617 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1620 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1623 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1626 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1629 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1632 CONST_BITS+PASS1_BITS+3) in jpeg_idct_11x11()
1674 z3 <<= CONST_BITS; in jpeg_idct_12x12()
1676 z3 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_12x12()
1686 z1 <<= CONST_BITS; in jpeg_idct_12x12()
1688 z2 <<= CONST_BITS; in jpeg_idct_12x12()
1733 wsptr[8*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1734 wsptr[8*11] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1735 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1736 wsptr[8*10] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1737 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1738 wsptr[8*9] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1739 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1740 wsptr[8*8] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1741 wsptr[8*4] = (int) RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1742 wsptr[8*7] = (int) RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1743 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1744 wsptr[8*6] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_12x12()
1757 z3 <<= CONST_BITS; in jpeg_idct_12x12()
1767 z1 <<= CONST_BITS; in jpeg_idct_12x12()
1769 z2 <<= CONST_BITS; in jpeg_idct_12x12()
1815 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1818 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1821 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1824 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1827 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1830 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1833 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1836 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1839 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1842 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1845 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1848 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x12()
1890 z1 <<= CONST_BITS; in jpeg_idct_13x13()
1892 z1 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_13x13()
1953 wsptr[8*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1954 wsptr[8*12] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1955 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1956 wsptr[8*11] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1957 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1958 wsptr[8*10] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1959 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1960 wsptr[8*9] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1961 wsptr[8*4] = (int) RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1962 wsptr[8*8] = (int) RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1963 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1964 wsptr[8*7] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1965 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26, CONST_BITS-PASS1_BITS); in jpeg_idct_13x13()
1978 z1 <<= CONST_BITS; in jpeg_idct_13x13()
2040 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2043 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2046 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2049 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2052 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2055 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2058 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2061 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2064 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2067 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2070 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2073 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2076 CONST_BITS+PASS1_BITS+3) in jpeg_idct_13x13()
2118 z1 <<= CONST_BITS; in jpeg_idct_14x14()
2120 z1 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_14x14()
2131 CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2156 tmp13 = z4 << CONST_BITS; in jpeg_idct_14x14()
2179 wsptr[8*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2180 wsptr[8*13] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2181 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2182 wsptr[8*12] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2183 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2184 wsptr[8*11] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2187 wsptr[8*4] = (int) RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2188 wsptr[8*9] = (int) RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2189 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2190 wsptr[8*8] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2191 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2192 wsptr[8*7] = (int) RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_14x14()
2205 z1 <<= CONST_BITS; in jpeg_idct_14x14()
2240 z4 <<= CONST_BITS; in jpeg_idct_14x14()
2258 tmp13 = ((z1 - z3) << CONST_BITS) + z4; in jpeg_idct_14x14()
2263 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2266 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2269 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2272 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2275 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2278 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2281 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2284 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2287 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2290 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2293 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2296 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2299 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2302 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x14()
2344 z1 <<= CONST_BITS; in jpeg_idct_15x15()
2346 z1 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_15x15()
2410 wsptr[8*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2411 wsptr[8*14] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2412 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2413 wsptr[8*13] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2414 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2415 wsptr[8*12] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2416 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2417 wsptr[8*11] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2418 wsptr[8*4] = (int) RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2419 wsptr[8*10] = (int) RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2420 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2421 wsptr[8*9] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2422 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2423 wsptr[8*8] = (int) RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2424 wsptr[8*7] = (int) RIGHT_SHIFT(tmp27, CONST_BITS-PASS1_BITS); in jpeg_idct_15x15()
2437 z1 <<= CONST_BITS; in jpeg_idct_15x15()
2502 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2505 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2508 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2511 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2514 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2517 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2520 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2523 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2526 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2529 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2532 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2535 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2538 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2541 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2544 CONST_BITS+PASS1_BITS+3) in jpeg_idct_15x15()
2586 tmp0 <<= CONST_BITS; in jpeg_idct_16x16()
2588 tmp0 += 1 << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_16x16()
2660 wsptr[8*0] = (int) RIGHT_SHIFT(tmp20 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2661 wsptr[8*15] = (int) RIGHT_SHIFT(tmp20 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2662 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2663 wsptr[8*14] = (int) RIGHT_SHIFT(tmp21 - tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2664 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2665 wsptr[8*13] = (int) RIGHT_SHIFT(tmp22 - tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2666 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2667 wsptr[8*12] = (int) RIGHT_SHIFT(tmp23 - tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2668 wsptr[8*4] = (int) RIGHT_SHIFT(tmp24 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2669 wsptr[8*11] = (int) RIGHT_SHIFT(tmp24 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2670 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2671 wsptr[8*10] = (int) RIGHT_SHIFT(tmp25 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2672 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2673 wsptr[8*9] = (int) RIGHT_SHIFT(tmp26 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2674 wsptr[8*7] = (int) RIGHT_SHIFT(tmp27 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2675 wsptr[8*8] = (int) RIGHT_SHIFT(tmp27 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_16x16()
2688 tmp0 <<= CONST_BITS; in jpeg_idct_16x16()
2761 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2764 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2767 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2770 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2773 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2776 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2779 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2782 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2785 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2788 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2791 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2794 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2797 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2800 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2803 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2806 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x16()
2889 z2 <<= CONST_BITS; in jpeg_idct_16x8()
2890 z3 <<= CONST_BITS; in jpeg_idct_16x8()
2892 z2 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_16x8()
2934 wsptr[DCTSIZE*0] = (int) RIGHT_SHIFT(tmp10 + tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_16x8()
2935 wsptr[DCTSIZE*7] = (int) RIGHT_SHIFT(tmp10 - tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_16x8()
2936 wsptr[DCTSIZE*1] = (int) RIGHT_SHIFT(tmp11 + tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_16x8()
2937 wsptr[DCTSIZE*6] = (int) RIGHT_SHIFT(tmp11 - tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_16x8()
2938 wsptr[DCTSIZE*2] = (int) RIGHT_SHIFT(tmp12 + tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_16x8()
2939 wsptr[DCTSIZE*5] = (int) RIGHT_SHIFT(tmp12 - tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_16x8()
2940 wsptr[DCTSIZE*3] = (int) RIGHT_SHIFT(tmp13 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_16x8()
2941 wsptr[DCTSIZE*4] = (int) RIGHT_SHIFT(tmp13 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_16x8()
2959 tmp0 <<= CONST_BITS; in jpeg_idct_16x8()
3032 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3035 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3038 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3041 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3044 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3047 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3050 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3053 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3056 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3059 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3062 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3065 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3068 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3071 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3074 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3077 CONST_BITS+PASS1_BITS+3) in jpeg_idct_16x8()
3119 tmp23 <<= CONST_BITS; in jpeg_idct_14x7()
3121 tmp23 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_14x7()
3155 wsptr[8*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_14x7()
3156 wsptr[8*6] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_14x7()
3157 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_14x7()
3158 wsptr[8*5] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_14x7()
3159 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_14x7()
3160 wsptr[8*4] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_14x7()
3161 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23, CONST_BITS-PASS1_BITS); in jpeg_idct_14x7()
3175 z1 <<= CONST_BITS; in jpeg_idct_14x7()
3210 z4 <<= CONST_BITS; in jpeg_idct_14x7()
3228 tmp13 = ((z1 - z3) << CONST_BITS) + z4; in jpeg_idct_14x7()
3233 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3236 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3239 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3242 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3245 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3248 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3251 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3254 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3257 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3260 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3263 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3266 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3269 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3272 CONST_BITS+PASS1_BITS+3) in jpeg_idct_14x7()
3314 tmp10 <<= CONST_BITS; in jpeg_idct_12x6()
3316 tmp10 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_12x6()
3320 tmp21 = RIGHT_SHIFT(tmp10 - tmp20 - tmp20, CONST_BITS-PASS1_BITS); in jpeg_idct_12x6()
3332 tmp10 = tmp11 + ((z1 + z2) << CONST_BITS); in jpeg_idct_12x6()
3333 tmp12 = tmp11 + ((z3 - z2) << CONST_BITS); in jpeg_idct_12x6()
3338 wsptr[8*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_12x6()
3339 wsptr[8*5] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_12x6()
3342 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_12x6()
3343 wsptr[8*3] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_12x6()
3357 z3 <<= CONST_BITS; in jpeg_idct_12x6()
3367 z1 <<= CONST_BITS; in jpeg_idct_12x6()
3369 z2 <<= CONST_BITS; in jpeg_idct_12x6()
3415 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3418 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3421 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3424 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3427 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3430 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3433 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3436 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3439 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3442 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3445 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3448 CONST_BITS+PASS1_BITS+3) in jpeg_idct_12x6()
3490 tmp12 <<= CONST_BITS; in jpeg_idct_10x5()
3492 tmp12 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_10x5()
3513 wsptr[8*0] = (int) RIGHT_SHIFT(tmp10 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x5()
3514 wsptr[8*4] = (int) RIGHT_SHIFT(tmp10 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_10x5()
3515 wsptr[8*1] = (int) RIGHT_SHIFT(tmp11 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_10x5()
3516 wsptr[8*3] = (int) RIGHT_SHIFT(tmp11 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_10x5()
3517 wsptr[8*2] = (int) RIGHT_SHIFT(tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_10x5()
3531 z3 <<= CONST_BITS; in jpeg_idct_10x5()
3557 z3 <<= CONST_BITS; in jpeg_idct_10x5()
3572 z4 = z3 - tmp12 - (tmp13 << (CONST_BITS - 1)); in jpeg_idct_10x5()
3574 tmp12 = ((z1 - tmp13) << CONST_BITS) - z3; in jpeg_idct_10x5()
3582 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x5()
3585 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x5()
3588 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x5()
3591 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x5()
3594 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x5()
3597 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x5()
3600 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x5()
3603 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x5()
3606 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x5()
3609 CONST_BITS+PASS1_BITS+3) in jpeg_idct_10x5()
3664 z1 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_8x4()
3666 CONST_BITS-PASS1_BITS); in jpeg_idct_8x4()
3668 CONST_BITS-PASS1_BITS); in jpeg_idct_8x4()
3700 tmp0 = (z2 + z3) << CONST_BITS; in jpeg_idct_8x4()
3701 tmp1 = (z2 - z3) << CONST_BITS; in jpeg_idct_8x4()
3741 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x4()
3744 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x4()
3747 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x4()
3750 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x4()
3753 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x4()
3756 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x4()
3759 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x4()
3762 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x4()
3803 tmp0 <<= CONST_BITS; in jpeg_idct_6x3()
3805 tmp0 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_6x3()
3818 wsptr[6*0] = (int) RIGHT_SHIFT(tmp10 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_6x3()
3819 wsptr[6*2] = (int) RIGHT_SHIFT(tmp10 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_6x3()
3820 wsptr[6*1] = (int) RIGHT_SHIFT(tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_6x3()
3834 tmp0 <<= CONST_BITS; in jpeg_idct_6x3()
3850 tmp0 = tmp1 + ((z1 + z2) << CONST_BITS); in jpeg_idct_6x3()
3851 tmp2 = tmp1 + ((z3 - z2) << CONST_BITS); in jpeg_idct_6x3()
3852 tmp1 = (z1 - z2 - z3) << CONST_BITS; in jpeg_idct_6x3()
3857 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x3()
3860 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x3()
3863 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x3()
3866 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x3()
3869 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x3()
3872 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x3()
3937 tmp10 = (tmp0 + tmp2) << CONST_BITS; in jpeg_idct_4x2()
3938 tmp12 = (tmp0 - tmp2) << CONST_BITS; in jpeg_idct_4x2()
3953 CONST_BITS+3) in jpeg_idct_4x2()
3956 CONST_BITS+3) in jpeg_idct_4x2()
3959 CONST_BITS+3) in jpeg_idct_4x2()
3962 CONST_BITS+3) in jpeg_idct_4x2()
4046 tmp0 <<= CONST_BITS; in jpeg_idct_8x16()
4048 tmp0 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_8x16()
4120 wsptr[8*0] = (int) RIGHT_SHIFT(tmp20 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4121 wsptr[8*15] = (int) RIGHT_SHIFT(tmp20 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4122 wsptr[8*1] = (int) RIGHT_SHIFT(tmp21 + tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4123 wsptr[8*14] = (int) RIGHT_SHIFT(tmp21 - tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4124 wsptr[8*2] = (int) RIGHT_SHIFT(tmp22 + tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4125 wsptr[8*13] = (int) RIGHT_SHIFT(tmp22 - tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4126 wsptr[8*3] = (int) RIGHT_SHIFT(tmp23 + tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4127 wsptr[8*12] = (int) RIGHT_SHIFT(tmp23 - tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4128 wsptr[8*4] = (int) RIGHT_SHIFT(tmp24 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4129 wsptr[8*11] = (int) RIGHT_SHIFT(tmp24 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4130 wsptr[8*5] = (int) RIGHT_SHIFT(tmp25 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4131 wsptr[8*10] = (int) RIGHT_SHIFT(tmp25 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4132 wsptr[8*6] = (int) RIGHT_SHIFT(tmp26 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4133 wsptr[8*9] = (int) RIGHT_SHIFT(tmp26 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4134 wsptr[8*7] = (int) RIGHT_SHIFT(tmp27 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4135 wsptr[8*8] = (int) RIGHT_SHIFT(tmp27 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_8x16()
4160 tmp0 = (z2 + z3) << CONST_BITS; in jpeg_idct_8x16()
4161 tmp1 = (z2 - z3) << CONST_BITS; in jpeg_idct_8x16()
4201 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x16()
4204 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x16()
4207 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x16()
4210 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x16()
4213 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x16()
4216 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x16()
4219 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x16()
4222 CONST_BITS+PASS1_BITS+3) in jpeg_idct_8x16()
4264 z1 <<= CONST_BITS; in jpeg_idct_7x14()
4266 z1 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_7x14()
4277 CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4302 tmp13 = z4 << CONST_BITS; in jpeg_idct_7x14()
4325 wsptr[7*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4326 wsptr[7*13] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4327 wsptr[7*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4328 wsptr[7*12] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4329 wsptr[7*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4330 wsptr[7*11] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4333 wsptr[7*4] = (int) RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4334 wsptr[7*9] = (int) RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4335 wsptr[7*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4336 wsptr[7*8] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4337 wsptr[7*6] = (int) RIGHT_SHIFT(tmp26 + tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4338 wsptr[7*7] = (int) RIGHT_SHIFT(tmp26 - tmp16, CONST_BITS-PASS1_BITS); in jpeg_idct_7x14()
4352 tmp23 <<= CONST_BITS; in jpeg_idct_7x14()
4387 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x14()
4390 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x14()
4393 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x14()
4396 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x14()
4399 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x14()
4402 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x14()
4405 CONST_BITS+PASS1_BITS+3) in jpeg_idct_7x14()
4447 z3 <<= CONST_BITS; in jpeg_idct_6x12()
4449 z3 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_6x12()
4459 z1 <<= CONST_BITS; in jpeg_idct_6x12()
4461 z2 <<= CONST_BITS; in jpeg_idct_6x12()
4506 wsptr[6*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4507 wsptr[6*11] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4508 wsptr[6*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4509 wsptr[6*10] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4510 wsptr[6*2] = (int) RIGHT_SHIFT(tmp22 + tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4511 wsptr[6*9] = (int) RIGHT_SHIFT(tmp22 - tmp12, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4512 wsptr[6*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4513 wsptr[6*8] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4514 wsptr[6*4] = (int) RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4515 wsptr[6*7] = (int) RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4516 wsptr[6*5] = (int) RIGHT_SHIFT(tmp25 + tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4517 wsptr[6*6] = (int) RIGHT_SHIFT(tmp25 - tmp15, CONST_BITS-PASS1_BITS); in jpeg_idct_6x12()
4531 tmp10 <<= CONST_BITS; in jpeg_idct_6x12()
4547 tmp10 = tmp11 + ((z1 + z2) << CONST_BITS); in jpeg_idct_6x12()
4548 tmp12 = tmp11 + ((z3 - z2) << CONST_BITS); in jpeg_idct_6x12()
4549 tmp11 = (z1 - z2 - z3) << CONST_BITS; in jpeg_idct_6x12()
4554 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x12()
4557 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x12()
4560 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x12()
4563 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x12()
4566 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x12()
4569 CONST_BITS+PASS1_BITS+3) in jpeg_idct_6x12()
4611 z3 <<= CONST_BITS; in jpeg_idct_5x10()
4613 z3 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_5x10()
4621 CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()
4646 z5 = z3 << CONST_BITS; in jpeg_idct_5x10()
4655 z4 = z5 - tmp12 - (tmp13 << (CONST_BITS - 1)); in jpeg_idct_5x10()
4664 wsptr[5*0] = (int) RIGHT_SHIFT(tmp20 + tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()
4665 wsptr[5*9] = (int) RIGHT_SHIFT(tmp20 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()
4666 wsptr[5*1] = (int) RIGHT_SHIFT(tmp21 + tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()
4667 wsptr[5*8] = (int) RIGHT_SHIFT(tmp21 - tmp11, CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()
4670 wsptr[5*3] = (int) RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()
4671 wsptr[5*6] = (int) RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()
4672 wsptr[5*4] = (int) RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()
4673 wsptr[5*5] = (int) RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS-PASS1_BITS); in jpeg_idct_5x10()
4687 tmp12 <<= CONST_BITS; in jpeg_idct_5x10()
4709 CONST_BITS+PASS1_BITS+3) in jpeg_idct_5x10()
4712 CONST_BITS+PASS1_BITS+3) in jpeg_idct_5x10()
4715 CONST_BITS+PASS1_BITS+3) in jpeg_idct_5x10()
4718 CONST_BITS+PASS1_BITS+3) in jpeg_idct_5x10()
4721 CONST_BITS+PASS1_BITS+3) in jpeg_idct_5x10()
4804 z2 <<= CONST_BITS; in jpeg_idct_4x8()
4805 z3 <<= CONST_BITS; in jpeg_idct_4x8()
4807 z2 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_4x8()
4849 wsptr[4*0] = (int) RIGHT_SHIFT(tmp10 + tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_4x8()
4850 wsptr[4*7] = (int) RIGHT_SHIFT(tmp10 - tmp3, CONST_BITS-PASS1_BITS); in jpeg_idct_4x8()
4851 wsptr[4*1] = (int) RIGHT_SHIFT(tmp11 + tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_4x8()
4852 wsptr[4*6] = (int) RIGHT_SHIFT(tmp11 - tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_4x8()
4853 wsptr[4*2] = (int) RIGHT_SHIFT(tmp12 + tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_4x8()
4854 wsptr[4*5] = (int) RIGHT_SHIFT(tmp12 - tmp1, CONST_BITS-PASS1_BITS); in jpeg_idct_4x8()
4855 wsptr[4*3] = (int) RIGHT_SHIFT(tmp13 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_4x8()
4856 wsptr[4*4] = (int) RIGHT_SHIFT(tmp13 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_4x8()
4876 tmp10 = (tmp0 + tmp2) << CONST_BITS; in jpeg_idct_4x8()
4877 tmp12 = (tmp0 - tmp2) << CONST_BITS; in jpeg_idct_4x8()
4892 CONST_BITS+PASS1_BITS+3) in jpeg_idct_4x8()
4895 CONST_BITS+PASS1_BITS+3) in jpeg_idct_4x8()
4898 CONST_BITS+PASS1_BITS+3) in jpeg_idct_4x8()
4901 CONST_BITS+PASS1_BITS+3) in jpeg_idct_4x8()
4942 tmp0 <<= CONST_BITS; in jpeg_idct_3x6()
4944 tmp0 += ONE << (CONST_BITS-PASS1_BITS-1); in jpeg_idct_3x6()
4948 tmp11 = RIGHT_SHIFT(tmp0 - tmp10 - tmp10, CONST_BITS-PASS1_BITS); in jpeg_idct_3x6()
4960 tmp0 = tmp1 + ((z1 + z2) << CONST_BITS); in jpeg_idct_3x6()
4961 tmp2 = tmp1 + ((z3 - z2) << CONST_BITS); in jpeg_idct_3x6()
4966 wsptr[3*0] = (int) RIGHT_SHIFT(tmp10 + tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_3x6()
4967 wsptr[3*5] = (int) RIGHT_SHIFT(tmp10 - tmp0, CONST_BITS-PASS1_BITS); in jpeg_idct_3x6()
4970 wsptr[3*2] = (int) RIGHT_SHIFT(tmp12 + tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_3x6()
4971 wsptr[3*3] = (int) RIGHT_SHIFT(tmp12 - tmp2, CONST_BITS-PASS1_BITS); in jpeg_idct_3x6()
4985 tmp0 <<= CONST_BITS; in jpeg_idct_3x6()
4999 CONST_BITS+PASS1_BITS+3) in jpeg_idct_3x6()
5002 CONST_BITS+PASS1_BITS+3) in jpeg_idct_3x6()
5005 CONST_BITS+PASS1_BITS+3) in jpeg_idct_3x6()
5049 tmp10 = (tmp0 + tmp2) << CONST_BITS; in jpeg_idct_2x4()
5050 tmp12 = (tmp0 - tmp2) << CONST_BITS; in jpeg_idct_2x4()
5079 tmp10 = wsptr[0] + (ONE << (CONST_BITS+2)); in jpeg_idct_2x4()
5087 outptr[0] = range_limit[(int) RIGHT_SHIFT(tmp10 + tmp0, CONST_BITS+3) in jpeg_idct_2x4()
5089 outptr[1] = range_limit[(int) RIGHT_SHIFT(tmp10 - tmp0, CONST_BITS+3) in jpeg_idct_2x4()