commit | 87175ed592a5eea774842615b914bf1e0798e57e | [log] [tgz] |
---|---|---|
author | Angie Chiang <angiebird@google.com> | Fri Sep 04 14:51:54 2015 -0700 |
committer | Angie Chiang <angiebird@google.com> | Thu Sep 10 15:08:37 2015 -0700 |
tree | f54c732172f662efe5bad6dcc26dacf4a86ebca7 | |
parent | 9511b948ef5ee7f318f15f3744497640bdbcc69e [diff] |
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