docs update
authorMathis Rosenhauer <rosenhauer@dkrz.de>
Tue, 11 Feb 2014 08:27:43 +0000 (09:27 +0100)
committerMathis Rosenhauer <rosenhauer@dkrz.de>
Tue, 11 Feb 2014 08:27:43 +0000 (09:27 +0100)
README
src/decode.c
src/decode.h
src/encode.c
src/encode.h

diff --git a/README b/README
index 6984567..dcfd003 100644 (file)
--- a/README
+++ b/README
@@ -113,7 +113,13 @@ architectures.
 
 AEC_DATA_3BYTE: the 24 bit input data is stored in three bytes.
 
-AEC_DATA_RESTRICT: use a restricted set of code options.
+AEC_RESTRICTED: use a restricted set of code options. This option is
+only valid for bits_per_sample <= 4.
+
+AEC_PAD_RSI: assume that the encoded RSI is padded to the next byte
+boundary while decoding. The preprocessor macro ENABLE_RSI_PADDING
+needs to be defined while compiling for the encoder to honour this
+flag.
 
 Data size:
 
index 1b184a6..62901bb 100644 (file)
@@ -47,7 +47,7 @@
  * @section DESCRIPTION
  *
  * Adaptive Entropy Decoder
- * Based on CCSDS documents 121.0-B-2 and 120.0-G-2
+ * Based on CCSDS documents 121.0-B-2 and 120.0-G-3
  *
  */
 
index 39f46ca..fac60b8 100644 (file)
@@ -47,7 +47,7 @@
  * @section DESCRIPTION
  *
  * Adaptive Entropy Decoder
- * Based on CCSDS documents 121.0-B-2 and 120.0-G-2
+ * Based on CCSDS documents 121.0-B-2 and 120.0-G-3
  *
  */
 
index 4554867..f301ac2 100644 (file)
@@ -47,7 +47,7 @@
  * @section DESCRIPTION
  *
  * Adaptive Entropy Encoder
- * Based on CCSDS documents 121.0-B-2 and 120.0-G-2
+ * Based on CCSDS documents 121.0-B-2 and 120.0-G-3
  *
  */
 
index 897e917..db96d1c 100644 (file)
@@ -47,7 +47,7 @@
  * @section DESCRIPTION
  *
  * Adaptive Entropy Encoder
- * Based on CCSDS documents 121.0-B-2 and 120.0-G-2
+ * Based on CCSDS documents 121.0-B-2 and 120.0-G-3
  *
  */