Move vp9_thread.* to common.
authorhkuang <hkuang@google.com>
Mon, 7 Jul 2014 21:52:19 +0000 (14:52 -0700)
committerhkuang <hkuang@google.com>
Fri, 11 Jul 2014 22:24:31 +0000 (15:24 -0700)
commit3cffa0c74ee6689e22a4a416b219b50676ed669e
tree94a5e1a475317655cee6b76e70a1d6c33be77468
parent10aa23f751069fe464fbc3c0e35dcf9294f055f7
Move vp9_thread.* to common.

Prepare for frame parallel decoding, the reference count buffers
need to be protected by mutex. Move vp9_thread.* to common
folder so that those buffers could use cross-platform mutex
from vp9_thread.*.

(cherry picked from commit 337e8015c9deaf8ab7e8d0c3c132160a77dd1590)

Change-Id: I0587a08447925f4554d7788686a31483c2ae3f37
test/vp9_thread_test.cc
vp9/common/vp9_thread.c [moved from vp9/decoder/vp9_thread.c with 100% similarity]
vp9/common/vp9_thread.h [moved from vp9/decoder/vp9_thread.h with 100% similarity]
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decoder.h
vp9/decoder/vp9_dthread.h
vp9/vp9_common.mk
vp9/vp9dx.mk