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
1b8c57e9
Commit
1b8c57e9
authored
Oct 06, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Oct 06, 2014
Browse files
Merge "Fix an IOC issue in vp9_rd_pick_inter_mode_sb"
parents
5966acc1
085b97aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
1b8c57e9
...
...
@@ -2989,7 +2989,7 @@ int64_t vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
}
if
(
cpi
->
sf
.
alt_ref_search_fp
)
if
(
!
cm
->
show_frame
)
if
(
!
cm
->
show_frame
&&
x
->
pred_mv_sad
[
GOLDEN_FRAME
]
<
INT_MAX
)
if
(
x
->
pred_mv_sad
[
ALTREF_FRAME
]
>
(
x
->
pred_mv_sad
[
GOLDEN_FRAME
]
<<
1
))
mode_skip_mask
[
ALTREF_FRAME
]
|=
INTER_ALL
;
...
...
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