move reconintra_mt to decoder (for now)
authorJohn Koleszar <jkoleszar@google.com>
Fri, 24 Sep 2010 15:21:35 +0000 (11:21 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 24 Sep 2010 15:23:06 +0000 (11:23 -0400)
commit48e76ff4fde05a03a395a31950de87692a579829
tree0ab3fd89f8e868fe10f8c12f4ad30690c9438c5a
parente913eb97c9eb2abd325d3416423925e501710098
move reconintra_mt to decoder (for now)

reconintra_mt.c is only required for building the decoder right now.
It could definitely be used for the encoder in the future, but it
currently depends on decoder only data structures. (onyxd_int.h,
VP8D_COMP, etc). Move it from common/ to decoder/ until the
necessary changes to the common multithread code are complete.

This patch is needed to build with --disable-vp8-decoder.

Change-Id: I568c52221a2b309234d269675cba97131ce35c86
vp8/decoder/reconintra_mt.c [moved from vp8/common/reconintra_mt.c with 100% similarity]
vp8/vp8_common.mk
vp8/vp8dx.mk