diff dsputil.h @ 2696:9699d325049d libavcodec

porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
author michael
date Tue, 17 May 2005 18:28:40 +0000
parents 02925a3903b6
children 360024d31dab
line wrap: on
line diff
--- a/dsputil.h	Tue May 17 11:36:07 2005 +0000
+++ b/dsputil.h	Tue May 17 18:28:40 2005 +0000
@@ -315,6 +315,7 @@
 #define FF_LIBMPEG2_IDCT_PERM 2
 #define FF_SIMPLE_IDCT_PERM 3
 #define FF_TRANSPOSE_IDCT_PERM 4
+#define FF_PARTTRANS_IDCT_PERM 5
 
     int (*try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale);
     void (*add_8x8basis)(int16_t rem[64], int16_t basis[64], int scale);