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
Timothy B. Terriberry
rav1e
Commits
3b08db6d
Commit
3b08db6d
authored
Jun 01, 2019
by
David Michael Barr
Browse files
rate: Reset log_scale after first frame of each type
This is a bug fix and aligns to rate-control in Theora and Daala.
parent
090c64f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rate.rs
View file @
3b08db6d
...
...
@@ -754,6 +754,7 @@ impl RCState {
f
.x
[
1
]
=
x
;
f
.y
[
0
]
=
x
;
f
.y
[
1
]
=
x
;
self
.log_scale
[
fti
]
=
log_scale
;
// TODO: Duplicate regular P frame state for first golden P frame.
}
else
{
// Lengthen the time constant for the inter filters as we collect
...
...
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