Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
Commits
18072d29
Commit
18072d29
authored
10 years ago
by
Paul Wilkins
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix rate control bug."
parents
0d8e4f91
658daf36
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vp9/encoder/vp9_ratectrl.c
+4
-0
vp9/encoder/vp9_ratectrl.c
with
4 additions
and
0 deletions
vp9/encoder/vp9_ratectrl.c
+
4
−
0
View file @
18072d29
...
@@ -308,6 +308,10 @@ void vp9_rc_update_rate_correction_factors(VP9_COMP *cpi, int damp_var) {
...
@@ -308,6 +308,10 @@ void vp9_rc_update_rate_correction_factors(VP9_COMP *cpi, int damp_var) {
int
projected_size_based_on_q
=
0
;
int
projected_size_based_on_q
=
0
;
// Do not update the rate factors for arf overlay frames.
if
(
cpi
->
rc
.
is_src_frame_alt_ref
)
return
;
// Clear down mmx registers to allow floating point in what follows
// Clear down mmx registers to allow floating point in what follows
vp9_clear_system_state
();
vp9_clear_system_state
();
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets