Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
libaec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathis Rosenhauer
libaec
Commits
145bf5c2
Commit
145bf5c2
authored
11 years ago
by
Mathis Rosenhauer
Browse files
Options
Downloads
Patches
Plain Diff
updated link
parent
020da827
No related branches found
Branches containing commit
Tags
v0.1.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+5
-5
5 additions, 5 deletions
README
with
5 additions
and
5 deletions
README
+
5
−
5
View file @
145bf5c2
...
...
@@ -11,7 +11,7 @@ supported, they can also be efficiently coded by grouping exponents
and mantissa.
Libaec implements Golomb Rice coding as defined in the Space Data
System Standard document 121.0-B-2 [1]
,
[2].
System Standard document
s
121.0-B-2 [1]
and 120.0-G-2
[2].
**********************************************************************
...
...
@@ -120,9 +120,9 @@ rules apply for deducing storage size from sample size
(bits_per_sample):
sample size storage size
1 - 8 bit
1 byte
9 - 16 bit
2 bytes
17 - 32 bit
4 bytes (also for 24bit if AEC_DATA_3BYTE is not set)
1 - 8 bit
s
1 byte
9 - 16 bit
s
2 bytes
17 - 32 bit
s
4 bytes (also for 24bit if AEC_DATA_3BYTE is not set)
If a sample requires less bits than the storage size provides, then
you have to make sure that unused bits are not set. Libaec does not
...
...
@@ -208,4 +208,4 @@ http://public.ccsds.org/publications/archive/121x0b2.pdf
Compression. Recommendation for Space Data System Standards, CCSDS
120.0-G-2. Green Book. Issue 2. Washington, D.C.: CCSDS, December
2006.
http://public.ccsds.org/publications/archive/120x0g2.pdf
http://public.ccsds.org/publications/archive/120x0g2
s
.pdf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment