Mercurial > libavcodec.hg
comparison avcodec.h @ 2693:02925a3903b6 libavcodec
porting vp3 idct over to lavc idct api
author | michael |
---|---|
date | Tue, 17 May 2005 11:12:04 +0000 |
parents | 0975710cf7f4 |
children | 4fe1c19fc7a3 |
comparison
equal
deleted
inserted
replaced
2692:fb8f26fc57eb | 2693:02925a3903b6 |
---|---|
1175 #define FF_IDCT_ARM 7 | 1175 #define FF_IDCT_ARM 7 |
1176 #define FF_IDCT_ALTIVEC 8 | 1176 #define FF_IDCT_ALTIVEC 8 |
1177 #define FF_IDCT_SH4 9 | 1177 #define FF_IDCT_SH4 9 |
1178 #define FF_IDCT_SIMPLEARM 10 | 1178 #define FF_IDCT_SIMPLEARM 10 |
1179 #define FF_IDCT_H264 11 | 1179 #define FF_IDCT_H264 11 |
1180 #define FF_IDCT_VP3 12 | |
1180 | 1181 |
1181 /** | 1182 /** |
1182 * slice count. | 1183 * slice count. |
1183 * - encoding: set by lavc | 1184 * - encoding: set by lavc |
1184 * - decoding: set by user (or 0) | 1185 * - decoding: set by user (or 0) |