diff options
author | Tero Rintaluoma <teror@google.com> | 2011-09-19 10:10:49 +0300 |
---|---|---|
committer | Tero Rintaluoma <teror@google.com> | 2011-09-20 10:20:55 +0300 |
commit | 0c2529a8129c9f978d7d87992e033ba3c83b073c (patch) | |
tree | 6b41eb48cc61220fa64dee124b066701ec028b11 /vp8/vp8cx_arm.mk | |
parent | 35ce4eb01d2ef02e0ab930bf8327aabd95189a52 (diff) | |
download | libvpx-0c2529a8129c9f978d7d87992e033ba3c83b073c.tar.gz |
NEON FDCT updated to match current C code
- Removed fast_fdct4x4_neon and fast_fdct8x4_neon
- Uses now short_fdct4x4 and short_fdct8x4
- Gives ~1-2% speed-up on Cortex-A8/A9
Change-Id: Ib62f2cb2080ae719f8fa1d518a3a5e71278a41ec
Diffstat (limited to 'vp8/vp8cx_arm.mk')
-rw-r--r-- | vp8/vp8cx_arm.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/vp8cx_arm.mk b/vp8/vp8cx_arm.mk index e8dbd5d7e..ae8b38cda 100644 --- a/vp8/vp8cx_arm.mk +++ b/vp8/vp8cx_arm.mk @@ -49,8 +49,6 @@ VP8_CX_SRCS-$(HAVE_ARMV6) += encoder/arm/armv6/walsh_v6$(ASM) #File list for neon # encoder -VP8_CX_SRCS-$(HAVE_ARMV7) += encoder/arm/neon/fastfdct4x4_neon$(ASM) -VP8_CX_SRCS-$(HAVE_ARMV7) += encoder/arm/neon/fastfdct8x4_neon$(ASM) VP8_CX_SRCS-$(HAVE_ARMV7) += encoder/arm/neon/fastquantizeb_neon$(ASM) VP8_CX_SRCS-$(HAVE_ARMV7) += encoder/arm/neon/sad8_neon$(ASM) VP8_CX_SRCS-$(HAVE_ARMV7) += encoder/arm/neon/sad16_neon$(ASM) |