From 5773a746695f445805291d3aa74fa82e948825f2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 17 May 2005 18:28:40 +0000 Subject: porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API Originally committed as revision 4260 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 002e284639..00143d6261 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -315,6 +315,7 @@ typedef struct DSPContext { #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); -- cgit v1.2.3