vp10: fix 4:2:2 chroma MVs for 8x4/4x4 blocks.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 8 Sep 2015 13:57:30 +0000 (09:57 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 16 Sep 2015 23:35:54 +0000 (19:35 -0400)
commited29c2f94599d2a0eb31ba2c6595bb3d514bbaea
tree0ce3f9dd0d8c79f03f1822db7d2d35adcd4fb73d
parent43be86dbffb1dec280f63d0c5b7c7a51fc48dd0d
vp10: fix 4:2:2 chroma MVs for 8x4/4x4 blocks.

In vp9, the bottom MV would be the average of the topright and
bottomleft luma MV (instead of the bottomleft/bottomright luma MV).

See issue 993.

Change-Id: Ic91c0b195950e7b32fc26c84c04788a09321e391
vp10/common/reconinter.c
vp10/decoder/decodeframe.c