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
bd6bfb93
Commit
bd6bfb93
authored
Dec 05, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Dec 05, 2014
Browse files
Merge "Remove redundant rdcost reset"
parents
296afb94
17bedc54
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_pickmode.c
View file @
bd6bfb93
...
...
@@ -599,7 +599,6 @@ void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
// initialize mode decisions
vp9_rd_cost_reset
(
&
best_rdc
);
vp9_rd_cost_reset
(
&
this_rdc
);
vp9_rd_cost_reset
(
rd_cost
);
mbmi
->
sb_type
=
bsize
;
mbmi
->
ref_frame
[
0
]
=
NONE
;
...
...
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