diff rv30data.h @ 8401:9267436cfb6b libavcodec

a table for upcoming RV30 loop filtering
author kostya
date Fri, 19 Dec 2008 06:29:35 +0000
parents c4a4495715dd
children e9d9d946f213
line wrap: on
line diff
--- a/rv30data.h	Fri Dec 19 03:01:08 2008 +0000
+++ b/rv30data.h	Fri Dec 19 06:29:35 2008 +0000
@@ -171,4 +171,11 @@
     2, 7, 8, 4, 0, 6, 1, 5, 3,
     2, 8, 3, 0, 7, 4, 1, 6, 5,
 };
+
+/**
+ * Loop filter limits are taken from this table.
+ */
+static const uint8_t rv30_loop_filt_lim[32] = {
+     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5
+};
 #endif /* AVCODEC_RV30DATA_H */