]> granicus.if.org Git - libvpx/commit
VP8 for ARMv8 by using NEON intrinsics 12
authorJames Yu <james.yu@linaro.org>
Tue, 17 Dec 2013 14:03:09 +0000 (22:03 +0800)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Sat, 3 May 2014 11:54:39 +0000 (04:54 -0700)
commitfeaf766bd04fc2d0a75d322f41785a1ecf076b30
treea67a7b109cdcbe9847bd418579f2a47278d4196c
parent4a8336fa9da0e338f22012cb603be314c1414264
VP8 for ARMv8 by using NEON intrinsics 12

Add sad_neon.c
- vp8_sad16x16_neon
- vp8_sad16x8_neon
- vp8_sad8x8_neon
- vp8_sad8x16_neon
- vp8_sad4x4_neon

Change-Id: I08eaae49ec03fb91b394354660a5df0367cea311
Signed-off-by: James Yu <james.yu@linaro.org>
vp8/common/arm/neon/sad16_neon.asm [deleted file]
vp8/common/arm/neon/sad8_neon.asm [deleted file]
vp8/common/arm/neon/sad_neon.c [new file with mode: 0644]
vp8/vp8_common.mk