Unify subtract function used in VP8/9
authorJingning Han <jingning@google.com>
Mon, 6 Jul 2015 23:52:24 +0000 (16:52 -0700)
committerJingning Han <jingning@google.com>
Tue, 7 Jul 2015 16:57:44 +0000 (09:57 -0700)
commit0ede9f52b796b6d8e02046b24f68a3db8b9f5920
treea5d4280fa9a825f47c64bd65b2cefa5823db7c1f
parent9cb3a13426d21a9bcfbd4d71e045fa0199ab1bbd
Unify subtract function used in VP8/9

This commit replaces the vp8_ prefixed subtract function with the
common vpx_subtract_block function. It removes redundant SIMD
optimization codes and unit tests.

Change-Id: I42e086c32c93c6125e452dcaa6ed04337fe028d9
12 files changed:
test/subtract_test.cc [deleted file]
test/test.mk
vp8/common/rtcd_defs.pl
vp8/encoder/arm/neon/subtract_neon.c [deleted file]
vp8/encoder/encodemb.c
vp8/encoder/encodemb.h
vp8/encoder/x86/subtract_mmx.asm [deleted file]
vp8/encoder/x86/subtract_sse2.asm [deleted file]
vp8/encoder/x86/vp8_enc_stubs_mmx.c
vp8/encoder/x86/vp8_enc_stubs_sse2.c
vp8/vp8cx.mk
vp8/vp8cx_arm.mk