Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
e5868cdb
Commit
e5868cdb
authored
Sep 18, 2016
by
Pascal Massimino
Committed by
Gerrit Code Review
Sep 18, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Kludge to keep ANS building while porting from aom/master." into nextgenv2
parents
4c80804e
92646508
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
av1/encoder/bitwriter.h
av1/encoder/bitwriter.h
+4
-1
No files found.
av1/encoder/bitwriter.h
View file @
e5868cdb
...
...
@@ -16,6 +16,10 @@
#include "./aom_config.h"
#include "aom_dsp/prob.h"
// Include bitwriter.h in the CONFIG_ANS to keep ANS building while
// porting from VP10 style entropy coder abstraction to the aom/master style
// entropy coder abstractions.
#include "aom_dsp/bitwriter.h"
#if CONFIG_ANS
typedef
struct
BufAnsCoder
BufAnsCoder
;
...
...
@@ -25,7 +29,6 @@ typedef struct BufAnsCoder BufAnsCoder;
#define aom_write_bit buf_uabs_write_bit
#define aom_write_literal buf_uabs_write_literal
#else
#include "aom_dsp/bitwriter.h"
#define aom_writer aom_writer
#define aom_write aom_write
#define aom_write_bit aom_write_bit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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