Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
0b08f889
Commit
0b08f889
authored
Sep 21, 2017
by
Marco Paniconi
Committed by
Gerrit Code Review
Sep 21, 2017
Browse files
Merge "vp9: Modify pickmode early exit for ARF in 1pass."
parents
f7b276c2
42373b21
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_pickmode.c
View file @
0b08f889
...
...
@@ -1678,6 +1678,7 @@ void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x, TileDataEnc *tile_data,
continue
;
if
(
cpi
->
rc
.
alt_ref_gf_group
&&
cm
->
show_frame
&&
cpi
->
rc
.
frames_since_golden
>
0
&&
cpi
->
rc
.
frames_since_golden
<
(
cpi
->
rc
.
baseline_gf_interval
>>
1
)
&&
ref_frame
==
ALTREF_FRAME
&&
frame_mv
[
this_mode
][
ref_frame
].
as_int
!=
0
)
...
...
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