Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
3713949b
Commit
3713949b
authored
Jun 06, 2016
by
Jingning Han
Committed by
Gerrit Code Review
Jun 06, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Make ref-mv experiment support ActiveMap" into nextgenv2
parents
b85d0ada
27d8a948
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
vp10/encoder/rdopt.c
vp10/encoder/rdopt.c
+4
-0
No files found.
vp10/encoder/rdopt.c
View file @
3713949b
...
...
@@ -9944,6 +9944,10 @@ void vp10_rd_pick_inter_mode_sb_seg_skip(VP10_COMP *cpi,
mbmi->ref_frame[0] = LAST_FRAME;
mbmi->ref_frame[1] = NONE;
mbmi->mv[0].as_int = 0;
#if CONFIG_REF_MV
mbmi->ref_mv_idx = 0;
mbmi->pred_mv[0].as_int = 0;
#endif
x->skip = 1;
if (cm->interp_filter != BILINEAR) {
...
...
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