diff dsputil.h @ 6600:c3213c91124c libavcodec

Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.
author astrange
date Wed, 16 Apr 2008 01:34:55 +0000
parents ecbe9565dcae
children b0820b8bd4dd
line wrap: on
line diff
--- a/dsputil.h	Tue Apr 15 13:51:41 2008 +0000
+++ b/dsputil.h	Wed Apr 16 01:34:55 2008 +0000
@@ -408,6 +408,7 @@
 #define FF_SIMPLE_IDCT_PERM 3
 #define FF_TRANSPOSE_IDCT_PERM 4
 #define FF_PARTTRANS_IDCT_PERM 5
+#define FF_SSE2_IDCT_PERM 6
 
     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);