Skip to content
GitLab
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
6702a404
Commit
6702a404
authored
Jun 08, 2010
by
Paul Wilkins
Browse files
Correct comment
parent
28de670c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/ratectrl.c
View file @
6702a404
...
...
@@ -1364,8 +1364,7 @@ int vp8_regulate_q(VP8_COMP *cpi, int target_bits_per_frame)
if
(
cpi
->
zbin_over_quant
>
zbin_oqmax
)
cpi
->
zbin_over_quant
=
zbin_oqmax
;
// Each over-run step is assumed to equate to approximately
// 3% reduction in bitrate
// Adjust bits_per_mb_at_this_q estimate
bits_per_mb_at_this_q
=
(
int
)(
Factor
*
bits_per_mb_at_this_q
);
Factor
+=
factor_adjustment
;
...
...
Write
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!
Cancel
Please
register
or
sign in
to comment