Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
92646508
Commit
92646508
authored
Sep 16, 2016
by
Alex Converse
Browse files
Kludge to keep ANS building while porting from aom/master.
Change-Id: I9e74bdb94c5640aca025b11b6676e8a8c008f47e
parent
67948d31
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/bitwriter.h
View file @
92646508
...
...
@@ -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
Supports
Markdown
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