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
5a9da2d9
Commit
5a9da2d9
authored
Jan 29, 2013
by
Ronald S. Bultje
Committed by
Gerrit Code Review
Jan 29, 2013
Browse files
Merge "Fix block pointer corruption in intra8x8 prediction with 4x4 transform." into experimental
parents
64401f83
ffc2e4f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
5a9da2d9
...
...
@@ -1476,6 +1476,8 @@ static int64_t rd_pick_intra8x8block(VP9_COMP *cpi, MACROBLOCK *x, int ib,
&
ta0
,
&
tl0
,
TX_4X4
);
}
b
=
&
xd
->
block
[
ib
];
be
=
&
x
->
block
[
ib
];
rate
+=
rate_t
;
}
...
...
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