]> granicus.if.org Git - libvpx/commit
VPX: subpixel_8t_ssse3 asm using x86inc
authorScott LaVarnway <slavarnway@google.com>
Wed, 2 Sep 2015 20:15:52 +0000 (13:15 -0700)
committerJames Zern <jzern@google.com>
Fri, 4 Sep 2015 03:35:51 +0000 (20:35 -0700)
commit195883023bb39b5ee5c6811a316ab96d9225034d
treed8e81114c305d4b125a2a42a186f5a368a9b8213
parent356c944782fc5232735f3e0d6a8f2c528ab91b04
VPX: subpixel_8t_ssse3 asm using x86inc

This is based on the original patch optimized for 32bit
platforms by Tamar/Ilya and now uses the x86inc style asm.
The assembly was also modified to support 64bit platforms.

Change-Id: Ice12f249bbbc162a7427e3d23fbf0cbe4135aff2
vpx_dsp/vpx_dsp.mk
vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm