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

@@ -173,6 +173,7 @@ model {
include "cost.c"
include "cost_mips32.c"
include "cost_mips_dsp_r2.c"
include "cost_neon.$NEON"
include "cost_sse2.c"
include "enc.c"
include "enc_mips32.c"