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
8a287dcf
Unverified
Commit
8a287dcf
authored
4 years ago
by
Kurt Schwehr
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix the spelling of length. (#14)
parent
0c7c88e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/encode.c
+1
-1
1 addition, 1 deletion
src/encode.c
tests/check_aec.h
+1
-1
1 addition, 1 deletion
tests/check_aec.h
with
2 additions
and
2 deletions
src/encode.c
+
1
−
1
View file @
8a287dcf
...
@@ -339,7 +339,7 @@ static uint32_t assess_splitting_option(struct aec_stream *strm)
...
@@ -339,7 +339,7 @@ static uint32_t assess_splitting_option(struct aec_stream *strm)
increases, then the minimum will be found with smaller k.
increases, then the minimum will be found with smaller k.
For increasing k we know that we will gain block_size bits in
For increasing k we know that we will gain block_size bits in
length through the larger binary part. If the FS lenth is less
length through the larger binary part. If the FS len
g
th is less
than the block size then a reduced FS part can't compensate the
than the block size then a reduced FS part can't compensate the
larger binary part. So we know that the CDS for k+1 will be
larger binary part. So we know that the CDS for k+1 will be
larger than for k without actually computing the length. An
larger than for k without actually computing the length. An
...
...
This diff is collapsed.
Click to expand it.
tests/check_aec.h
+
1
−
1
View file @
8a287dcf
...
@@ -12,7 +12,7 @@ struct test_state {
...
@@ -12,7 +12,7 @@ struct test_state {
unsigned
char
*
ubuf
;
unsigned
char
*
ubuf
;
unsigned
char
*
cbuf
;
unsigned
char
*
cbuf
;
unsigned
char
*
obuf
;
unsigned
char
*
obuf
;
size_t
ibuf_len
;
/* input buffer legth may be shorter than buf_len */
size_t
ibuf_len
;
/* input buffer le
n
gth may be shorter than buf_len */
size_t
buf_len
;
size_t
buf_len
;
size_t
cbuf_len
;
size_t
cbuf_len
;
long
long
int
xmax
;
long
long
int
xmax
;
...
...
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