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
83f17eee
Commit
83f17eee
authored
Apr 20, 2016
by
Marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp9: 1 pass vbr: Small fix on reset avg_intersize_gfint on scene cut.
Change-Id: Ie73d1bbc2c953d010b32097440698f0d060750be
parent
8a906039
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vp9/encoder/vp9_ratectrl.c
vp9/encoder/vp9_ratectrl.c
+1
-0
No files found.
vp9/encoder/vp9_ratectrl.c
View file @
83f17eee
...
...
@@ -2126,6 +2126,7 @@ void vp9_avg_source_sad(VP9_COMP *cpi) {
target
=
calc_pframe_target_size_one_pass_vbr
(
cpi
);
vp9_rc_set_frame_target
(
cpi
,
target
);
rc
->
count_last_scene_change
=
0
;
rc
->
avg_intersize_gfint
=
0
;
}
else
{
rc
->
count_last_scene_change
++
;
}
...
...
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