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
b94d618f
Commit
b94d618f
authored
Feb 07, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Feb 07, 2014
Browse files
Merge "Removing references to nonexistent functions."
parents
ab4b17a4
cd0ffb42
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
b94d618f
...
...
@@ -1729,11 +1729,6 @@ VP9_PTR vp9_create_compressor(VP9_CONFIG *oxcf) {
sizeof
(
*
cpi
->
mbgraph_stats
[
i
].
mb_stats
),
1
));
}
#ifdef ENTROPY_STATS
if
(
cpi
->
pass
!=
1
)
init_context_counters
();
#endif
/*Initialize the feed-forward activity masking.*/
cpi
->
activity_avg
=
90
<<
12
;
cpi
->
key_frame_frequency
=
cpi
->
oxcf
.
key_freq
;
...
...
@@ -3272,10 +3267,6 @@ static void encode_frame_to_data_rate(VP9_COMP *cpi,
}
}
#ifdef ENTROPY_STATS
vp9_update_mode_context_stats
(
cpi
);
#endif
#if 0
output_frame_level_debug_stats(cpi);
#endif
...
...
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