Isolate vp10's inv_txfm from vp9
authorAngie Chiang <angiebird@google.com>
Fri, 4 Sep 2015 21:51:54 +0000 (14:51 -0700)
committerAngie Chiang <angiebird@google.com>
Thu, 10 Sep 2015 22:08:37 +0000 (15:08 -0700)
commit87175ed592a5eea774842615b914bf1e0798e57e
treef54c732172f662efe5bad6dcc26dacf4a86ebca7
parent9511b948ef5ee7f318f15f3744497640bdbcc69e
Isolate vp10's inv_txfm from vp9

1) copy following files from vpx_dsp/ to vp10/common/
vp10_inv_txfm.c
vp10_inv_txfm.h
vp10_inv_txfm_sse2.c
vp10_inv_txfm_sse2.h

2) change the function prefix "vpx_" to "vp10_" in above files

3) add unit test at vp10_inv_txfm_test.cc

Change-Id: I206f10f60c8b27d872c84b7482c3bb1d1cb4b913
test/test.mk
test/vp10_inv_txfm_test.cc [new file with mode: 0644]
vp10/common/scan.c
vp10/common/scan.h
vp10/common/vp10_inv_txfm.c [new file with mode: 0644]
vp10/common/vp10_inv_txfm.h [new file with mode: 0644]
vp10/common/vp10_rtcd_defs.pl
vp10/common/x86/vp10_inv_txfm_sse2.c [new file with mode: 0644]
vp10/common/x86/vp10_inv_txfm_sse2.h [new file with mode: 0644]
vp10/vp10_common.mk