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
Guillaume Martres
aom-rav1e
Commits
637c4d2e
Commit
637c4d2e
authored
Oct 18, 2012
by
Ronald S. Bultje
Committed by
Gerrit Code Review
Oct 18, 2012
Browse files
Merge "Use correct context for optimize_b() in vp8_optimize_mby_8x8()." into experimental
parents
96276f97
3182ab61
Changes
1
Show whitespace changes
Inline
Side-by-side
vp8/encoder/encodemb.c
View file @
637c4d2e
...
@@ -652,7 +652,7 @@ void vp8_optimize_mby_8x8(MACROBLOCK *x, const VP8_ENCODER_RTCD *rtcd) {
...
@@ -652,7 +652,7 @@ void vp8_optimize_mby_8x8(MACROBLOCK *x, const VP8_ENCODER_RTCD *rtcd) {
type
=
PLANE_TYPE_Y_NO_DC
;
type
=
PLANE_TYPE_Y_NO_DC
;
for
(
b
=
0
;
b
<
16
;
b
+=
4
)
{
for
(
b
=
0
;
b
<
16
;
b
+=
4
)
{
optimize_b
(
x
,
b
,
type
,
optimize_b
(
x
,
b
,
type
,
ta
+
vp8_block2above
[
b
],
tl
+
vp8_block2left
[
b
],
ta
+
vp8_block2above
_8x8
[
b
],
tl
+
vp8_block2left
_8x8
[
b
],
rtcd
,
TX_8X8
);
rtcd
,
TX_8X8
);
*
(
ta
+
vp8_block2above_8x8
[
b
]
+
1
)
=
*
(
ta
+
vp8_block2above_8x8
[
b
]);
*
(
ta
+
vp8_block2above_8x8
[
b
]
+
1
)
=
*
(
ta
+
vp8_block2above_8x8
[
b
]);
*
(
tl
+
vp8_block2left_8x8
[
b
]
+
1
)
=
*
(
tl
+
vp8_block2left_8x8
[
b
]);
*
(
tl
+
vp8_block2left_8x8
[
b
]
+
1
)
=
*
(
tl
+
vp8_block2left_8x8
[
b
]);
...
...
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