Add subtract_block SSE2 version and unit test.
authorRonald S. Bultje <rbultje@google.com>
Fri, 21 Jun 2013 16:35:37 +0000 (09:35 -0700)
committerRonald S. Bultje <rbultje@google.com>
Fri, 21 Jun 2013 16:35:37 +0000 (09:35 -0700)
commit25c588b1e49deb70a06549a8c843c9a3bc19ea1a
tree31780e323e44fcc023255ff5603ab005d3dd0a8b
parent1e6a32f1af8066fd0b718b11f00cb09104280f49
Add subtract_block SSE2 version and unit test.

3% faster overall (3min35.0 to 3min28.5).

Change-Id: I5ff8a5c2c91586b6632ca5009ad1ea51ce94af5e
test/test.mk
test/vp9_subtract_test.cc [new file with mode: 0644]
vp9/common/vp9_rtcd_defs.sh
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_encodemb.h
vp9/encoder/x86/vp9_subtract_mmx.asm [deleted file]
vp9/encoder/x86/vp9_subtract_sse2.asm
vp9/encoder/x86/vp9_x86_csystemdependent.c [deleted file]
vp9/vp9cx.mk