]> granicus.if.org Git - libvpx/commit
Neon version of vp8_build_intra_predictors_mby_s() and
authorScott LaVarnway <slavarnway@google.com>
Wed, 3 Sep 2014 18:26:27 +0000 (11:26 -0700)
committerJohann <johannkoenig@google.com>
Wed, 3 Sep 2014 20:41:27 +0000 (13:41 -0700)
commitdcbfacbb984cdcd5b5a5030103305fa3669dfece
treed0e5c4a405d7174d87ef3bd3f8be6ba8e9564a4a
parent9293d267d22def752366c9512be98f2d51fd2c15
Neon version of vp8_build_intra_predictors_mby_s() and

vp8_build_intra_predictors_mbuv_s().

This patch replaces the assembly version with an intrinsic
version.

On a Nexus 7, vpxenc (in realtime mode, speed -12)
reported a performance improvement of ~2.6%.

Change-Id: I9ef65bad929450c0215253fdae1c16c8b4a8f26f
test/intrapred_test.cc
vp8/common/arm/neon/buildintrapredictorsmby_neon.asm [deleted file]
vp8/common/arm/neon/reconintra_neon.c [new file with mode: 0644]
vp8/common/arm/reconintra_arm.c [deleted file]
vp8/common/rtcd_defs.pl
vp8/vp8_common.mk