[FFmpeg-cvslog] r16235 - trunk/libavcodec/rv30data.h
kostya
subversion
Fri Dec 19 07:29:35 CET 2008
Author: kostya
Date: Fri Dec 19 07:29:35 2008
New Revision: 16235
Log:
a table for upcoming RV30 loop filtering
Modified:
trunk/libavcodec/rv30data.h
Modified: trunk/libavcodec/rv30data.h
==============================================================================
--- trunk/libavcodec/rv30data.h (original)
+++ trunk/libavcodec/rv30data.h Fri Dec 19 07:29:35 2008
@@ -171,4 +171,11 @@ static const uint8_t rv30_itype_from_con
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 */
More information about the ffmpeg-cvslog
mailing list