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
b53113c3
Commit
b53113c3
authored
Jan 14, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Jan 14, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Removing unused error_bins[] field from VP9_COMP."
parents
a8bb1ffd
a8a5774b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_if.c
+0
-3
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_onyx_int.h
+0
-1
No files found.
vp9/encoder/vp9_onyx_if.c
View file @
b53113c3
...
...
@@ -1844,9 +1844,6 @@ VP9_PTR vp9_create_compressor(VP9_CONFIG *oxcf) {
cpi
->
diamond_search_sad
=
vp9_diamond_search_sad
;
cpi
->
refining_search_sad
=
vp9_refining_search_sad
;
// make sure frame 1 is okay
cpi
->
error_bins
[
0
]
=
cm
->
MBs
;
/* vp9_init_quantizer() is first called here. Add check in
* vp9_frame_init_quantizer() so that vp9_init_quantizer is only
* called later when needed. This will avoid unnecessary calls of
...
...
vp9/encoder/vp9_onyx_int.h
View file @
b53113c3
...
...
@@ -623,7 +623,6 @@ typedef struct VP9_COMP {
int
ref_frame_flags
;
SPEED_FEATURES
sf
;
int
error_bins
[
1024
];
unsigned
int
max_mv_magnitude
;
int
mv_step_param
;
...
...
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