Move multi-threading module functions into vpx_thread folder
authorJingning Han <jingning@google.com>
Wed, 1 Jul 2015 21:58:13 +0000 (14:58 -0700)
committerJingning Han <jingning@google.com>
Thu, 2 Jul 2015 00:45:49 +0000 (17:45 -0700)
commit3a3b0be09a11a9db7d2c1322cfbb8bd9b670a079
tree11e6cec7997af7d87decccbeee246f3105c48dbc
parentfc5f3b8f4f170a32207ca2eca60f87bb0a01d03c
Move multi-threading module functions into vpx_thread folder

This commit moves the primitive multi-threading files from vp9
folder to vpx_thread, which will be accessible by all vpx codec.

Change-Id: Ib51e66e9c69801c10631fab56d35a0c0aaed5883
14 files changed:
libs.mk
test/vp9_thread_test.cc
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_thread_common.h
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decoder.c
vp9/decoder/vp9_decoder.h
vp9/decoder/vp9_dthread.h
vp9/encoder/vp9_encoder.h
vp9/vp9_common.mk
vp9/vp9_dx_iface.c
vpx_thread/vpx_thread.c [moved from vp9/common/vp9_thread.c with 99% similarity]
vpx_thread/vpx_thread.h [moved from vp9/common/vp9_thread.h with 100% similarity]
vpx_thread/vpx_thread.mk [new file with mode: 0644]