Move bit reader files to vpx_dsp
authorYaowu Xu <yaowu@google.com>
Fri, 17 Jul 2015 20:38:54 +0000 (13:38 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 17 Jul 2015 22:38:40 +0000 (15:38 -0700)
commit97279ed2e2c03d0fb31e2361ed9a25276a9247d5
treeea4e45f6dba459432e3654da29f61b2f84e84c3c
parent55e80a3cc6a2ba123b9f8df25e51a58bedc5fbfc
Move bit reader files to vpx_dsp

Change-Id: Ib1cb1fbe92a39ff5312cee069559be6d3ea458d0
24 files changed:
test/vp9_boolcoder_test.cc
vp9/common/vp9_entropy.h
vp9/common/vp9_entropymv.h
vp9/common/vp9_seg_common.h
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodemv.h
vp9/decoder/vp9_decoder.h
vp9/decoder/vp9_detokenize.h
vp9/decoder/vp9_dsubexp.h
vp9/encoder/vp9_cost.c
vp9/encoder/vp9_cost.h
vp9/encoder/vp9_subexp.h
vp9/encoder/vp9_writer.h
vp9/vp9_common.mk
vp9/vp9_dx_iface.c
vp9/vp9dx.mk
vpx_dsp/vp9_prob.c [moved from vp9/common/vp9_prob.c with 98% similarity]
vpx_dsp/vp9_prob.h [moved from vp9/common/vp9_prob.h with 98% similarity]
vpx_dsp/vp9_read_bit_buffer.c [moved from vp9/decoder/vp9_read_bit_buffer.c with 96% similarity]
vpx_dsp/vp9_read_bit_buffer.h [moved from vp9/decoder/vp9_read_bit_buffer.h with 100% similarity]
vpx_dsp/vp9_reader.c [moved from vp9/decoder/vp9_reader.c with 97% similarity]
vpx_dsp/vp9_reader.h [moved from vp9/decoder/vp9_reader.h with 99% similarity]
vpx_dsp/vpx_dsp.mk