Skip to content
GitLab
Menu
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
cce3982c
Commit
cce3982c
authored
Oct 26, 2015
by
Paul Wilkins
Committed by
Gerrit Code Review
Oct 26, 2015
Browse files
Merge "Incorrect frame used in KF boost loop."
parents
26abc15e
4e887f03
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_firstpass.c
View file @
cce3982c
...
...
@@ -2447,7 +2447,7 @@ static void find_next_key_frame(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) {
if
((
i
<=
rc
->
max_gf_interval
)
||
((
i
<=
(
rc
->
max_gf_interval
*
4
))
&&
(
decay_accumulator
>
0
.
5
)))
{
const
double
frame_boost
=
calc_frame_boost
(
cpi
,
this
_frame
,
0
,
KF_MAX_BOOST
);
calc_frame_boost
(
cpi
,
&
next
_frame
,
0
,
KF_MAX_BOOST
);
// How fast is prediction quality decaying.
if
(
!
detect_flash
(
twopass
,
0
))
{
...
...
Write
Preview
Supports
Markdown
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