Clean highbd idct x86 code with inline functions
authorLinfeng Zhang <linfengz@google.com>
Wed, 9 Aug 2017 00:39:04 +0000 (17:39 -0700)
committerLinfeng Zhang <linfengz@google.com>
Wed, 9 Aug 2017 00:53:28 +0000 (17:53 -0700)
commit39da7fb786eb05661db3ec866660772ae1583f2b
treeb84008ae7c457252ce3a33afb1db278a7fa5268d
parent68805583e9544f14ebe72583bcc5b788f8da6c7f
Clean highbd idct x86 code with inline functions

Created inline functions highbd_butterfly_cospi16_sse2()
and highbd_butterfly_cospi16_sse4_1()

BUG=webm:1412

Change-Id: Icbc53a73712b6207379872a5e88d0a4d09e2322a
vpx_dsp/x86/highbd_idct16x16_add_sse2.c
vpx_dsp/x86/highbd_idct16x16_add_sse4.c
vpx_dsp/x86/highbd_idct4x4_add_sse2.c
vpx_dsp/x86/highbd_idct8x8_add_sse2.c
vpx_dsp/x86/highbd_idct8x8_add_sse4.c
vpx_dsp/x86/highbd_inv_txfm_sse2.h
vpx_dsp/x86/highbd_inv_txfm_sse4.h