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
Yushin Cho
aom-rav1e
Commits
22550855
Commit
22550855
authored
Apr 09, 2014
by
Jingning Han
Browse files
Fix coding format in vp9_rc_regulate_q
Change-Id: I08aa0c213df34c084eb7a3c51b6b3306e49c7757
parent
2dc92482
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_ratectrl.c
View file @
22550855
...
...
@@ -367,8 +367,8 @@ int vp9_rc_regulate_q(const VP9_COMP *cpi, int target_bits_per_frame,
// Calculate required scaling factor based on target frame size and size of
// frame produced using previous Q.
target_bits_per_mb
=
((
uint64_t
)
target_bits_per_frame
<<
BPER_MB_NORMBITS
)
/
cm
->
MBs
;
target_bits_per_mb
=
((
uint64_t
)
target_bits_per_frame
<<
BPER_MB_NORMBITS
)
/
cm
->
MBs
;
i
=
active_best_quality
;
...
...
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