Make butterfly_self() signature consistent with butterfly()
authorYi Luo <luoyi@google.com>
Tue, 21 Mar 2017 00:18:10 +0000 (17:18 -0700)
committerYi Luo <luoyi@google.com>
Tue, 21 Mar 2017 16:36:35 +0000 (09:36 -0700)
commit266868a40b704745de60db4f3a7867f462864f67
treee8722722ae29b5421ca8dc60589d6913ae1f9456
parentbf43b4c4b47eff60e52e9d036de8618b4a1fece1
Make butterfly_self() signature consistent with butterfly()

- Refer to patch: 48fca113d inv_txfm_ssse3,butterfly: fix win32 abi
  compatibility.
- Change four butterfly() calls to butterfly_self(), to simplify the
  operations.

Change-Id: Ib2a8cfe6cddcaf0a59e6e6270d8380055ea42ef3
vpx_dsp/x86/inv_txfm_ssse3.c