]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/rv30data.h
remove comment
[frescor/ffmpeg.git] / libavcodec / rv30data.h
index 98ccb352d1d5f4b4831909681c90aa5724643c9b..2a8f3ad991bb67c6e09c7ccd61a2effb47e2967e 100644 (file)
  */
 
 /**
- * @file rv30data.h
+ * @file libavcodec/rv30data.h
  * miscellaneous RV30 tables
  */
 
-#ifndef FFMPEG_RV30DATA_H
-#define FFMPEG_RV30DATA_H
+#ifndef AVCODEC_RV30DATA_H
+#define AVCODEC_RV30DATA_H
 
 #include <stdint.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,
 };
-#endif /* FFMPEG_RV30DATA_H */
+
+/**
+ * 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 */