Revert "Multithreaded encoder, late sync loopfilter"
authorJohn Koleszar <jkoleszar@google.com>
Tue, 24 Jan 2012 23:32:08 +0000 (15:32 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 24 Jan 2012 23:41:59 +0000 (15:41 -0800)
commit630d3b95e297405bb95234c7d2036ca218cdd64d
tree912dc06fb80fcc9b56957580212052a75fc5502f
parentf357e5e2f7e20af9343528add52fda63c948367f
Revert "Multithreaded encoder, late sync loopfilter"

This commit is incomplete, as it does not synchronize the loop filter
before returning a handle to the reconstructed frame in
vpx_codec_get_preview_frame(), which can cause (false?) failures
when running the test_reconstruct_buffer test.

This may be related to a bug that does cause visible artifacts, which
is also under investigation.

This reverts commit 380d64ecb19984a1466e727244a41445ae919060.

Change-Id: Iad710941e7731d44fc2bde63bc63d6763cc4629e
vp8/encoder/onyx_if.c