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
674e9a7c
Commit
674e9a7c
authored
Sep 19, 2016
by
Alex Converse
Committed by
Gerrit Code Review
Sep 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
av1/encoder/subexp.h
av1/encoder/subexp.h
+3
-5
No files found.
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