Adding support for error concealment in multi-threaded decoding
authorStefan Holmer <holmer@google.com>
Thu, 16 Jun 2011 09:44:50 +0000 (11:44 +0200)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 27 Jun 2011 13:03:06 +0000 (09:03 -0400)
commitba0822ba96f0e910b50c85017de9b621dd007d0f
treecceafa1e618adfe8a24930182867716d6b4ecd99
parentdeca8cfc4461187a0dcc2fe588c983897b87aa7e
Adding support for error concealment in multi-threaded decoding

Also includes a couple of error concealment bug fixes:
- the segment_id wasn't properly initialized when missing
- when interpolating and no neighbors are found, set to zero
- clear the qcoef buffer when concealing an MB

Change-Id: Id79c876b41d78b559a2241e9cd0fd2cae6198f49
examples/decode_with_partial_drops.txt
vp8/decoder/decodframe.c
vp8/decoder/error_concealment.c
vp8/decoder/threading.c