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
8f7b1d3d
Commit
8f7b1d3d
authored
Oct 18, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Oct 18, 2016
Browse files
Merge "Move a statement to match order in aom/master" into nextgenv2
parents
31e76edb
ee775b13
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/rdopt.c
View file @
8f7b1d3d
...
...
@@ -9834,12 +9834,12 @@ void av1_rd_pick_inter_mode_sb_seg_skip(AV1_COMP *cpi, TileDataEnc *tile_data,
#else // CONFIG_GLOBAL_MOTION
mbmi->mv[0].as_int = 0;
#endif // CONFIG_GLOBAL_MOTION
x->skip = 1;
#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) {
best_filter = EIGHTTAP_REGULAR;
...
...
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