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
e623056b
Commit
e623056b
authored
May 13, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
May 15, 2014
Browse files
vp9_pickmode.c: cleanup -wextra warnings
Change-Id: I07e39f04fb11d2673722651fc78d0e9d22b1f557
parent
1fe6496b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_pickmode.c
View file @
e623056b
...
...
@@ -31,7 +31,7 @@ static void full_pixel_motion_search(VP9_COMP *cpi, MACROBLOCK *x,
int_mv
*
tmp_mv
,
int
*
rate_mv
)
{
MACROBLOCKD
*
xd
=
&
x
->
e_mbd
;
MB_MODE_INFO
*
mbmi
=
&
xd
->
mi
[
0
]
->
mbmi
;
struct
buf_2d
backup_yv12
[
MAX_MB_PLANE
]
=
{{
0
}};
struct
buf_2d
backup_yv12
[
MAX_MB_PLANE
]
=
{{
0
,
0
}};
int
step_param
;
int
sadpb
=
x
->
sadperbit16
;
MV
mvp_full
;
...
...
@@ -110,7 +110,7 @@ static void sub_pixel_motion_search(VP9_COMP *cpi, MACROBLOCK *x,
MV
*
tmp_mv
)
{
MACROBLOCKD
*
xd
=
&
x
->
e_mbd
;
MB_MODE_INFO
*
mbmi
=
&
xd
->
mi
[
0
]
->
mbmi
;
struct
buf_2d
backup_yv12
[
MAX_MB_PLANE
]
=
{{
0
}};
struct
buf_2d
backup_yv12
[
MAX_MB_PLANE
]
=
{{
0
,
0
}};
int
ref
=
mbmi
->
ref_frame
[
0
];
MV
ref_mv
=
mbmi
->
ref_mvs
[
ref
][
0
].
as_mv
;
int
dis
;
...
...
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