diff vp3data.h @ 2531:eed7d92a1dfc libavcodec

VP3 post-processing loop filter; disabled until the correct final step is determined
author melanson
date Tue, 01 Mar 2005 06:14:45 +0000
parents f65d87bfdd5a
children 5d4a6edbc99c
line wrap: on
line diff
--- a/vp3data.h	Tue Mar 01 02:24:58 2005 +0000
+++ b/vp3data.h	Tue Mar 01 06:14:45 2005 +0000
@@ -61,6 +61,17 @@
    21,   19,   18,   17,   15,   13,  12,  10
 };
 
+static const uint32_t vp31_filter_limit_values[64] = 
+{  30, 25, 20, 20, 15, 15, 14, 14,
+   13, 13, 12, 12, 11, 11, 10, 10,
+    9,  9,  8,  8,  7,  7,  7,  7,
+    6,  6,  6,  6,  5,  5,  5,  5,
+    4,  4,  4,  4,  3,  3,  3,  3,
+    2,  2,  2,  2,  2,  2,  2,  2,
+    0,  0,  0,  0,  0,  0,  0,  0,
+    0,  0,  0,  0,  0,  0,  0,  0
+};
+
 /* table used to convert natural order <-> zigzag order */
 static const int dezigzag_index[64] =
 {   0,  1,  8,  16,  9,  2,  3, 10,