Skip to content
GitLab
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
ce9ba97a
Commit
ce9ba97a
authored
Nov 07, 2014
by
Alex Converse
Browse files
Fix LAST SKIP when considering GOLDEN
Change-Id: I39d9f13fa34984ee9dad0c4f303ef672635f420e
parent
08d86bc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_pickmode.c
View file @
ce9ba97a
...
...
@@ -778,6 +778,9 @@ void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
// Check that a prediction mode has been selected.
assert
(
best_rdc
.
rdcost
<
INT64_MAX
);
if
(
x
->
skip
)
break
;
}
// If best prediction is not in dst buf, then copy the prediction block from
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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