]> granicus.if.org Git - libvpx/commit
Propagate macroblock MV to subblocks for error concealment
authorJohn Koleszar <jkoleszar@google.com>
Fri, 12 Aug 2011 15:30:54 +0000 (11:30 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 12 Aug 2011 15:34:40 +0000 (11:34 -0400)
commit91206793c238871b3eaac48261584fed9dabb4c1
tree83c3fc39559d013e14ad2d642310c90a559dd238
parent810a06b12caf7206bf8ed78c8abfb04620b2a90c
Propagate macroblock MV to subblocks for error concealment

EC expects the subblock MVs to be populated, but
f1d6cc79e43f0066632f19c1854ca365086b712b removed this code. This
commit restores it, protected by CONFIG_ERROR_CONCEALMENT. May move this
to the EC code more directly in the future.

Change-Id: I44f8f985720cb9a1bf222e59143f9e69abf56ad2
vp8/decoder/decodemv.c