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
Xiph.Org
aom-rav1e
Commits
b409c1d9
Commit
b409c1d9
authored
Jul 17, 2013
by
Yunqing Wang
Committed by
Gerrit Code Review
Jul 17, 2013
Browse files
Merge "Remove unnecessary calling of vp9_init_quantizer()"
parents
7b9a6528
3798db88
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
b409c1d9
...
...
@@ -877,8 +877,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
cpi
->
mb
.
quantize_b_4x4
=
vp9_regular_quantize_b_4x4
;
vp9_init_quantizer
(
cpi
);
if
(
cpi
->
sf
.
iterative_sub_pixel
==
1
)
{
cpi
->
find_fractional_mv_step
=
vp9_find_best_sub_pixel_step_iteratively
;
}
else
if
(
cpi
->
sf
.
quarter_pixel_search
)
{
...
...
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