Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2
authorLinfeng Zhang <linfengz@google.com>
Thu, 19 May 2016 23:52:14 +0000 (16:52 -0700)
committerLinfeng Zhang <linfengz@google.com>
Thu, 26 May 2016 21:55:18 +0000 (14:55 -0700)
commit4b5e462d08fe17fa2a1133f30ea7167cb02b837a
tree9995dcd78375dc2e0ad3e1ba4b41abedf8d13ae1
parent2240d83d7882ce2d5d0826b9ce33b86321d7a724
Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2

Followed the code style of other lpf fuctions.
These 2 functions put 2 rows of data in a single xmm register,
so they have similar but not identical filter operations,
and cannot share the same macros.

Change-Id: I3bab55a5d1a1232926ac8fd1f03251acc38302bc
test/lpf_8_test.cc
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/loopfilter_mmx.asm [deleted file]
vpx_dsp/x86/loopfilter_sse2.c