Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Options
Browse Files
Download
Plain Diff
Merge "Incorrect frame used in KF boost loop."
parents
26abc15e
4e887f03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_firstpass.c
+1
-1
No files found.
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
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