]> granicus.if.org Git - libvpx/commit
Fix chroma output when scaling
authorJohn Koleszar <jkoleszar@google.com>
Wed, 12 Jun 2013 17:09:56 +0000 (10:09 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 12 Jun 2013 17:11:53 +0000 (10:11 -0700)
commit01016ff9a60bbf3c2f742661138db08ee6801a4f
treed516cd1d6c91e50efcf3d4f21b15947680745453
parent9f39ab66dd6b4d0f515be733553ff28f420b0238
Fix chroma output when scaling

The encode-side scaling was not indexing through the image correctly
for the chroma planes, causing a green checkerboard-like output in
the unit test.

Change-Id: I9abbd73615404cd6699588be3e64dcf59005bc14
vp9/encoder/vp9_onyx_if.c