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
Guillaume Martres
aom-rav1e
Commits
cb51192b
Commit
cb51192b
authored
Jun 27, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Jun 27, 2014
Browse files
Merge "Multi-arf: Change ref buffer for primary arf."
parents
1a30f701
1d5223c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_firstpass.c
View file @
cb51192b
...
...
@@ -1360,7 +1360,8 @@ static void allocate_gf_group_bits(VP9_COMP *cpi, int64_t gf_group_bits,
twopass
->
gf_group
.
arf_src_offset
[
frame_index
]
=
(
unsigned
char
)(
rc
->
baseline_gf_interval
-
1
);
twopass
->
gf_group
.
arf_update_idx
[
frame_index
]
=
arf_buffer_indices
[
0
];
twopass
->
gf_group
.
arf_ref_idx
[
frame_index
]
=
arf_buffer_indices
[
0
];
twopass
->
gf_group
.
arf_ref_idx
[
frame_index
]
=
arf_buffer_indices
[
cpi
->
multi_arf_enabled
&&
rc
->
source_alt_ref_active
];
++
frame_index
;
if
(
cpi
->
multi_arf_enabled
)
{
...
...
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