]> granicus.if.org Git - libvpx/commit
subpixel_8t sse2: resolve missing declarations
authorJohann <johann.koenig@duck.com>
Thu, 20 Dec 2018 02:09:11 +0000 (18:09 -0800)
committerJohann <johann.koenig@duck.com>
Fri, 21 Dec 2018 16:35:10 +0000 (08:35 -0800)
commitc67a2e76a1b317995fc6f7fe40ba773ea55272ba
tree6982570ae78c9e4d89fdc264aae78b600727c6b3
parentd12f5d3ef79d5f375ea5819a1ce6824d4c2b4377
subpixel_8t sse2: resolve missing declarations

vpx_asm_stubs.c only references these sse2 functions. Combine the files
similar to the way the ssse3/avx2 files are set up.

Mark the intrinsics as static because they are only used within the
macros here. It is unfortunate that the assembly functions can not be
marked static as well.

BUG=webm:1584

Change-Id: I342687a1046ae6ca46ae58644a7c170440de1dfb
vpx_dsp/vpx_dsp.mk
vpx_dsp/x86/vpx_asm_stubs.c [deleted file]
vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm
vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c