Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
674e9a7c
Commit
674e9a7c
authored
Sep 19, 2016
by
Alex Converse
Committed by
Gerrit Code Review
Sep 19, 2016
Browse files
Merge "Use the aom_writer type rather than the tag in calling code." into nextgenv2
parents
e5868cdb
e54fd03c
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/subexp.h
View file @
674e9a7c
...
...
@@ -16,14 +16,12 @@
extern
"C"
{
#endif
#include "aom_dsp/bitwriter.h"
#include "aom_dsp/prob.h"
struct
aom_writer
;
void
av1_write_prob_diff_update
(
aom_writer
*
w
,
aom_prob
newp
,
aom_prob
oldp
)
;
void
av1_write_prob_diff_update
(
struct
aom_writer
*
w
,
aom_prob
newp
,
aom_prob
oldp
);
void
av1_cond_prob_diff_update
(
struct
aom_writer
*
w
,
aom_prob
*
oldp
,
void
av1_cond_prob_diff_update
(
aom_writer
*
w
,
aom_prob
*
oldp
,
const
unsigned
int
ct
[
2
]);
int
av1_prob_diff_update_savings_search
(
const
unsigned
int
*
ct
,
aom_prob
oldp
,
...
...
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