summaryrefslogtreecommitdiff
path: root/vp10/common/scan.h
AgeCommit message (Collapse)Author
2015-09-10Isolate vp10's inv_txfm from vp9Angie Chiang
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
2015-08-26Remove vp10_default_scan_orders[] that is unusedhui su
Change-Id: Ibc3b5cb3799f080808cf22ccb01d733e74ab4461
2015-08-21Refactor get_tx_type and get_scanhui su
This makes it easier to add new transform types and scan orders to VP10 in the future. Change-Id: I94874ddc9b19928d7820d57e94e2af04adf51efe
2015-08-13Correct guard macros in header filesYaowu Xu
Change-Id: Ifce12a95c1cdc36dc6ac5a72759249a17407da9e
2015-08-11Remove vp9_ prefix from vp10 filesJingning Han
Remove the vp9_ prefix from vp10 file names. Change-Id: I513a211b286a57d6126fc1b0fbfd6405120014f1