Index: source/libvpx/vp8/vp8dx_arm.mk |
=================================================================== |
--- source/libvpx/vp8/vp8dx_arm.mk (revision 60257) |
+++ source/libvpx/vp8/vp8dx_arm.mk (working copy) |
@@ -1,5 +1,5 @@ |
## |
-## Copyright (c) 2010 The VP8 project authors. All Rights Reserved. |
+## Copyright (c) 2010 The WebM project authors. All Rights Reserved. |
## |
## Use of this source code is governed by a BSD-style license |
## that can be found in the LICENSE file in the root of the source |
@@ -25,7 +25,10 @@ |
VP8_DX_SRCS-$(HAVE_ARMV6) += decoder/arm/armv6/idct_blk_v6.c |
#File list for neon |
-VP8_DX_SRCS-$(HAVE_ARMV7) += decoder/arm/neon/dequant_dc_idct_neon$(ASM) |
+VP8_DX_SRCS-$(HAVE_ARMV7) += decoder/arm/neon/idct_dequant_dc_full_2x_neon$(ASM) |
+VP8_DX_SRCS-$(HAVE_ARMV7) += decoder/arm/neon/idct_dequant_dc_0_2x_neon$(ASM) |
VP8_DX_SRCS-$(HAVE_ARMV7) += decoder/arm/neon/dequant_idct_neon$(ASM) |
+VP8_DX_SRCS-$(HAVE_ARMV7) += decoder/arm/neon/idct_dequant_full_2x_neon$(ASM) |
+VP8_DX_SRCS-$(HAVE_ARMV7) += decoder/arm/neon/idct_dequant_0_2x_neon$(ASM) |
VP8_DX_SRCS-$(HAVE_ARMV7) += decoder/arm/neon/dequantizeb_neon$(ASM) |
VP8_DX_SRCS-$(HAVE_ARMV7) += decoder/arm/neon/idct_blk_neon.c |