neon: SetResidualCoeffs

Much faster with aarch64. Still somewhat faster without vmaxv.

C: 3.700s
ArmV7: 3.675
aarch64: 3.600

BUG=b/118740850

Change-Id: I3be852da89633eca4bddce443c87f5e4a2f55868
This commit is contained in:
Johann
2018-11-12 15:48:51 -08:00
parent f95a996c64
commit 0fd7514b55
7 changed files with 75 additions and 0 deletions

View File

@ -97,6 +97,7 @@ dsp_enc_srcs := \
src/dsp/cost.c \
src/dsp/cost_mips32.c \
src/dsp/cost_mips_dsp_r2.c \
src/dsp/cost_neon.$(NEON) \
src/dsp/cost_sse2.c \
src/dsp/enc.c \
src/dsp/enc_mips32.c \