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
882f71e5
Commit
882f71e5
authored
May 14, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
May 14, 2014
Browse files
Merge "vp9_mbgraph.c: cleanup -wextra warnings"
parents
909fbd4c
e05a17bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_mbgraph.c
View file @
882f71e5
...
...
@@ -20,7 +20,6 @@
#include "vp9/common/vp9_systemdependent.h"
static
unsigned
int
do_16x16_motion_iteration
(
VP9_COMP
*
cpi
,
const
MV
*
ref_mv
,
MV
*
dst_mv
,
...
...
@@ -234,8 +233,9 @@ static void update_mbgraph_frame_stats(VP9_COMP *cpi,
int
mb_col
,
mb_row
,
offset
=
0
;
int
mb_y_offset
=
0
,
arf_y_offset
=
0
,
gld_y_offset
=
0
;
MV
arf_top_mv
=
{
0
,
0
},
gld_top_mv
=
{
0
,
0
};
MODE_INFO
mi_local
=
{
{
0
}
}
;
MODE_INFO
mi_local
;
vp9_zero
(
mi_local
);
// Set up limit values for motion vectors to prevent them extending outside
// the UMV borders.
x
->
mv_row_min
=
-
BORDER_MV_PIXELS_B16
;
...
...
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