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
4862363e
Commit
4862363e
authored
May 05, 2016
by
Jingning Han
Committed by
Gerrit Code Review
May 05, 2016
Browse files
Merge "Remove a redundant variable definition from sub8x8 RD loop" into nextgenv2
parents
47fd87e7
cf512171
Changes
1
Show whitespace changes
Inline
Side-by-side
vp10/encoder/rdopt.c
View file @
4862363e
...
...
@@ -9602,8 +9602,6 @@ void vp10_rd_pick_inter_mode_sub8x8(struct VP10_COMP *cpi,
int uv_skippable;
#if CONFIG_EXT_INTER
int_mv compound_seg_newmvs[4][2];
int i;
for (i = 0; i < 4; i++) {
compound_seg_newmvs[i][0].as_int = INVALID_MV;
compound_seg_newmvs[i][1].as_int = INVALID_MV;
...
...
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