Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
7128dc5c
Commit
7128dc5c
authored
Feb 11, 2014
by
Mathis Rosenhauer
Browse files
docs update
parent
63bcbe00
Changes
5
Hide whitespace changes
Inline
Side-by-side
README
View file @
7128dc5c
...
...
@@ -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:
...
...
src/decode.c
View file @
7128dc5c
...
...
@@ -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
*
*/
...
...
src/decode.h
View file @
7128dc5c
...
...
@@ -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
*
*/
...
...
src/encode.c
View file @
7128dc5c
...
...
@@ -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
*
*/
...
...
src/encode.h
View file @
7128dc5c
...
...
@@ -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
*
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment