Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
4bb895e8
Commit
4bb895e8
authored
Jun 08, 2010
by
Yaowu Xu
Browse files
fix a typo
Change-Id: I180a05ad57ee6164a6a169ee08e8affd09671eee
parent
0dd78af3
Changes
1
Show whitespace changes
Inline
Side-by-side
vp8/encoder/encodemb.c
View file @
4bb895e8
...
@@ -760,7 +760,7 @@ void vp8_encode_inter16x16uv(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x)
...
@@ -760,7 +760,7 @@ void vp8_encode_inter16x16uv(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x)
vp8_transform_mbuv
(
x
);
vp8_transform_mbuv
(
x
);
vp8_quantize_mb
(
x
);
vp8_quantize_mb
uv
(
x
);
vp8_inverse_transform_mbuv
(
IF_RTCD
(
&
rtcd
->
common
->
idct
),
&
x
->
e_mbd
);
vp8_inverse_transform_mbuv
(
IF_RTCD
(
&
rtcd
->
common
->
idct
),
&
x
->
e_mbd
);
...
...
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