diff libpostproc/postprocess_internal.h @ 2037:98d8283534bb libavcodec

accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec
author michael
date Thu, 27 May 2004 15:57:20 +0000
parents ea5200a9f730
children ace6e273f318
line wrap: on
line diff
--- a/libpostproc/postprocess_internal.h	Wed May 26 20:15:15 2004 +0000
+++ b/libpostproc/postprocess_internal.h	Thu May 27 15:57:20 2004 +0000
@@ -37,9 +37,11 @@
 
 // Experimental vertical filters
 #define V_X1_FILTER	0x0200			// 512
+#define V_A_DEBLOCK	0x0400
 
 // Experimental horizontal filters
 #define H_X1_FILTER	0x2000			// 8192
+#define H_A_DEBLOCK	0x4000
 
 /// select between full y range (255-0) or standart one (234-16)
 #define FULL_Y_RANGE	0x8000			// 32768