Mercurial > libavcodec.hg
comparison dsputil.c @ 689:efcbfbd18864 libavcodec
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
| author | michaelni |
|---|---|
| date | Mon, 23 Sep 2002 08:44:24 +0000 |
| parents | c3bdb00a98a9 |
| children | e65798d228ea |
comparison
equal
deleted
inserted
replaced
| 688:894b61908734 | 689:efcbfbd18864 |
|---|---|
| 1650 use_permuted_idct = 0; | 1650 use_permuted_idct = 0; |
| 1651 #endif | 1651 #endif |
| 1652 #ifdef ARCH_POWERPC | 1652 #ifdef ARCH_POWERPC |
| 1653 dsputil_init_ppc(); | 1653 dsputil_init_ppc(); |
| 1654 #endif | 1654 #endif |
| 1655 #ifdef HAVE_MMI | |
| 1656 dsputil_init_mmi(); | |
| 1657 use_permuted_idct = 0; | |
| 1658 #endif | |
| 1655 | 1659 |
| 1656 #ifdef SIMPLE_IDCT | 1660 #ifdef SIMPLE_IDCT |
| 1657 if (ff_idct == NULL) { | 1661 if (ff_idct == NULL) { |
| 1658 ff_idct_put = simple_idct_put; | 1662 ff_idct_put = simple_idct_put; |
| 1659 ff_idct_add = simple_idct_add; | 1663 ff_idct_add = simple_idct_add; |
