Mercurial > libavcodec.hg
comparison avcodec.h @ 828:ace3ccd18dd2 libavcodec
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)
| author | michaelni |
|---|---|
| date | Sat, 02 Nov 2002 11:28:08 +0000 |
| parents | 770578c6c300 |
| children | 14f4598ec793 |
comparison
equal
deleted
inserted
replaced
| 827:770578c6c300 | 828:ace3ccd18dd2 |
|---|---|
| 648 #define FF_DCT_AUTO 0 | 648 #define FF_DCT_AUTO 0 |
| 649 #define FF_DCT_FASTINT 1 | 649 #define FF_DCT_FASTINT 1 |
| 650 #define FF_DCT_INT 2 | 650 #define FF_DCT_INT 2 |
| 651 #define FF_DCT_MMX 3 | 651 #define FF_DCT_MMX 3 |
| 652 #define FF_DCT_MLIB 4 | 652 #define FF_DCT_MLIB 4 |
| 653 #define FF_DCT_ALTIVEC 5 | |
| 653 | 654 |
| 654 /** | 655 /** |
| 655 * presentation timestamp in micro seconds (time when frame should be shown to user) | 656 * presentation timestamp in micro seconds (time when frame should be shown to user) |
| 656 * if 0 then the frame_rate will be used as reference | 657 * if 0 then the frame_rate will be used as reference |
| 657 * encoding: set by user | 658 * encoding: set by user |
| 714 #define FF_IDCT_SIMPLEMMX 3 | 715 #define FF_IDCT_SIMPLEMMX 3 |
| 715 #define FF_IDCT_LIBMPEG2MMX 4 | 716 #define FF_IDCT_LIBMPEG2MMX 4 |
| 716 #define FF_IDCT_PS2 5 | 717 #define FF_IDCT_PS2 5 |
| 717 #define FF_IDCT_MLIB 6 | 718 #define FF_IDCT_MLIB 6 |
| 718 #define FF_IDCT_ARM 7 | 719 #define FF_IDCT_ARM 7 |
| 720 #define FF_IDCT_ALTIVEC 8 | |
| 719 | 721 |
| 720 /** | 722 /** |
| 721 * slice count | 723 * slice count |
| 722 * encoding: set by lavc | 724 * encoding: set by lavc |
| 723 * decoding: set by user (or 0) | 725 * decoding: set by user (or 0) |
