]> granicus.if.org Git - libvpx/commit
vp10: do sub8x8 block reconstruction in full subblocks.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 8 Sep 2015 18:48:33 +0000 (14:48 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 16 Sep 2015 23:35:54 +0000 (19:35 -0400)
commit50f944272cedc7b150963f5e9492f2ba99244634
treeea42851fa3cf8541c77909ea5dae31012581dc07
parented29c2f94599d2a0eb31ba2c6595bb3d514bbaea
vp10: do sub8x8 block reconstruction in full subblocks.

This means that we don't reconstruct in 4x4 dimensions, but in
blocksize dimensions, e.g. 4x8 or 8x4. This may in some cases lead
to performance improvements. Also, if we decide to re-introduce
scalable coding support, this would fix the fact that you need to
re-scale the MV halfway the block in sub8x8 non-4x4 blocks.

See issue 1013.

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