[SCM] libav/experimental: a table for upcoming RV30 loop filtering
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:33:50 UTC 2013
The following commit has been merged in the experimental branch:
commit bbc888d0c50edac459d5af14fdcfa7dbfcc08073
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date: Fri Dec 19 06:29:35 2008 +0000
a table for upcoming RV30 loop filtering
Originally committed as revision 16235 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/rv30data.h b/libavcodec/rv30data.h
index c16e51b..1662fd7 100644
--- a/libavcodec/rv30data.h
+++ b/libavcodec/rv30data.h
@@ -171,4 +171,11 @@ static const uint8_t rv30_itype_from_context[900] = {
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 */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list