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
Guillaume Martres
aom-rav1e
Commits
6a4ff6f3
Commit
6a4ff6f3
authored
Jan 18, 2012
by
John Koleszar
Committed by
Gerrit Code Review
Jan 18, 2012
Browse files
Merge "get_plane_pointers: use u/v planes consistently"
parents
315b58ec
4753ee41
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/rdopt.h
View file @
6a4ff6f3
...
...
@@ -77,7 +77,7 @@ static void get_plane_pointers(const YV12_BUFFER_CONFIG *fb,
{
plane
[
0
]
=
fb
->
y_buffer
+
recon_yoffset
;
plane
[
1
]
=
fb
->
u_buffer
+
recon_uvoffset
;
plane
[
2
]
=
fb
->
u
_buffer
+
recon_uvoffset
;
plane
[
2
]
=
fb
->
v
_buffer
+
recon_uvoffset
;
}
...
...
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