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
732d57c2
Commit
732d57c2
authored
Dec 05, 2014
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant MB_MODE_INFO reset from vp9_pick_mode_inter
Change-Id: I0222f7abc61202f4a83b117bbfb042ada6304562
parent
6ae82908
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vp9/encoder/vp9_pickmode.c
vp9/encoder/vp9_pickmode.c
+0
-1
No files found.
vp9/encoder/vp9_pickmode.c
View file @
732d57c2
...
...
@@ -601,7 +601,6 @@ void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
vp9_rd_cost_reset
(
&
best_rdc
);
vp9_rd_cost_reset
(
&
this_rdc
);
vp9_rd_cost_reset
(
rd_cost
);
vpx_memset
(
mbmi
,
0
,
sizeof
(
MB_MODE_INFO
));
mbmi
->
sb_type
=
bsize
;
mbmi
->
ref_frame
[
0
]
=
NONE
;
mbmi
->
ref_frame
[
1
]
=
NONE
;
...
...
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