Mercurial > libavcodec.hg
comparison avcodec.h @ 2272:cd43603c46f9 libavcodec
move h264 idct to its own file and call via function pointer in DspContext
allow h264 idct to be used for lowres=1
| author | michael |
|---|---|
| date | Mon, 27 Sep 2004 19:47:17 +0000 |
| parents | 21f450be6cb5 |
| children | c443a6af19a7 |
comparison
equal
deleted
inserted
replaced
| 2271:859535b5eb57 | 2272:cd43603c46f9 |
|---|---|
| 1111 #define FF_IDCT_MLIB 6 | 1111 #define FF_IDCT_MLIB 6 |
| 1112 #define FF_IDCT_ARM 7 | 1112 #define FF_IDCT_ARM 7 |
| 1113 #define FF_IDCT_ALTIVEC 8 | 1113 #define FF_IDCT_ALTIVEC 8 |
| 1114 #define FF_IDCT_SH4 9 | 1114 #define FF_IDCT_SH4 9 |
| 1115 #define FF_IDCT_SIMPLEARM 10 | 1115 #define FF_IDCT_SIMPLEARM 10 |
| 1116 #define FF_IDCT_H264 11 | |
| 1116 | 1117 |
| 1117 /** | 1118 /** |
| 1118 * slice count. | 1119 * slice count. |
| 1119 * - encoding: set by lavc | 1120 * - encoding: set by lavc |
| 1120 * - decoding: set by user (or 0) | 1121 * - decoding: set by user (or 0) |
