Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
c0235c2c
Commit
c0235c2c
authored
Aug 17, 2016
by
Wei-ting Lin
Committed by
Gerrit Code Review
Aug 17, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Change the B-frame coding structure." into nextgenv2
parents
d4553f5b
b20d0777
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vp10/encoder/firstpass.c
vp10/encoder/firstpass.c
+2
-1
No files found.
vp10/encoder/firstpass.c
View file @
c0235c2c
...
...
@@ -1725,8 +1725,9 @@ static void allocate_gf_group_bits(VP10_COMP *cpi, int64_t gf_group_bits,
bipred_frame_index
++
;
// Check whether the next bi-predictive frame group would entirely be
// included within the current golden frame group.
// In addition, we need to avoid coding a BRF right before an ARF.
if
(
bipred_frame_index
==
1
&&
(
i
+
1
+
cur_brf_src_offset
)
>=
(
i
+
2
+
cur_brf_src_offset
)
>=
(
rc
->
baseline_gf_interval
-
rc
->
source_alt_ref_pending
))
{
bipred_group_end
=
1
;
}
...
...
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