changeset 8401:9267436cfb6b libavcodec

a table for upcoming RV30 loop filtering
author kostya
date Fri, 19 Dec 2008 06:29:35 +0000
parents 4877d4c6d8ae
children 0199857f9000
files rv30data.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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 */