]> granicus.if.org Git - libvpx/commit
Refactor SSE2 Code for 4-tap interpolation filter on width 16.
authorchiyotsai <chiyotsai@google.com>
Tue, 16 Oct 2018 19:26:34 +0000 (12:26 -0700)
committerchiyotsai <chiyotsai@google.com>
Wed, 17 Oct 2018 18:33:43 +0000 (11:33 -0700)
commit62830c53a644f5feaa49431b39c85093d2e387fc
tree015dddd4fecd38dc0a954ea04e46bc8e741d86b5
parent272f46212ed96ee8c28056752c8da392229b8e17
Refactor SSE2 Code for 4-tap interpolation filter on width 16.

Some repeated codes are refactored as inline functions. No performance
degradation is observed. These inline functions can be used for width 8
and width 4.

Change-Id: Ibf08cc9ebd2dd47bd2a6c2bcc1616f9d4c252d4d
vpx_dsp/vpx_dsp.mk
vpx_dsp/x86/convolve_sse2.h [new file with mode: 0644]
vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c