Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
f9501295
Commit
f9501295
authored
May 28, 2014
by
Alex Converse
Committed by
Gerrit Code Review
May 28, 2014
Browse files
Merge "Always allow ZEROMV when SEG_LVL_SKIP is on."
parents
8a69cef0
6fbbb33a
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
f9501295
...
...
@@ -3129,6 +3129,8 @@ int64_t vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
if
(
vp9_segfeature_active
(
seg
,
segment_id
,
SEG_LVL_SKIP
))
{
const
int
inter_non_zero_mode_mask
=
0x1F7F7
;
mode_skip_mask
|=
inter_non_zero_mode_mask
;
mode_skip_mask
&=
~
(
1
<<
THR_ZEROMV
);
disable_inter_mode_mask
=
~
(
1
<<
INTER_OFFSET
(
ZEROMV
));
}
// Disable this drop out case if the ref frame
...
...
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