diff avcodec.h @ 3010:533c6386eca9 libavcodec

8x8 integer dct from x264 as cmp function (under CONFIG_GPL) if this gives better quality then SATD then someone should port the x86 code too or maybe we could even just call it from libx264 the 4x4 one could be tried too ...
author michael
date Wed, 04 Jan 2006 16:31:23 +0000
parents 4007989367bc
children 6bc2dc147ac5
line wrap: on
line diff
--- a/avcodec.h	Wed Jan 04 12:48:10 2006 +0000
+++ b/avcodec.h	Wed Jan 04 16:31:23 2006 +0000
@@ -1402,6 +1402,7 @@
 #define FF_CMP_W53  11
 #define FF_CMP_W97  12
 #define FF_CMP_DCTMAX 13
+#define FF_CMP_DCT264 14
 #define FF_CMP_CHROMA 256
 
     /**