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 18:49:35 +0000 (14:49 -0400)
commita4c2211ea3256847ac21d9e806df6aac7ea7413a
tree978c10a40d3345b1f32d2bcc8acc582974fec277
parenta609be5633144e2538752c698da34c1bde90820f
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