2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
4 ## Use of this source code is governed by a BSD-style license
5 ## that can be found in the LICENSE file in the root of the source
6 ## tree. An additional intellectual property rights grant can be found
7 ## in the file PATENTS. All contributing project authors may
8 ## be found in the AUTHORS file in the root of the source tree.
12 #VP8_CX_SRCS list is modified according to different platforms.
16 VP8_CX_SRCS-
$(ARCH_ARM
) += encoder
/arm
/arm_csystemdependent.c
18 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/encodemb_arm.c
19 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/quantize_arm.c
20 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/picklpf_arm.c
21 VP8_CX_SRCS-
$(HAVE_ARMV5TE
) += encoder
/arm
/boolhuff_arm.c
23 VP8_CX_SRCS_REMOVE-
$(HAVE_ARMV5TE
) += encoder
/boolhuff.c
25 #File list for armv5te
27 VP8_CX_SRCS-
$(HAVE_ARMV5TE
) += encoder
/arm
/armv5te
/boolhuff_armv5te
$(ASM
)
28 VP8_CX_SRCS-
$(HAVE_ARMV5TE
) += encoder
/arm
/armv5te
/vp8_packtokens_armv5
$(ASM
)
29 VP8_CX_SRCS-
$(HAVE_ARMV5TE
) += encoder
/arm
/armv5te
/vp8_packtokens_mbrow_armv5
$(ASM
)
30 VP8_CX_SRCS-
$(HAVE_ARMV5TE
) += encoder
/arm
/armv5te
/vp8_packtokens_partitions_armv5
$(ASM
)
34 VP8_CX_SRCS-
$(HAVE_ARMV6
) += encoder
/arm
/armv6
/walsh_v6
$(ASM
)
38 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/fastfdct4x4_neon
$(ASM
)
39 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/fastfdct8x4_neon
$(ASM
)
40 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/fastquantizeb_neon
$(ASM
)
41 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/sad8_neon
$(ASM
)
42 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/sad16_neon
$(ASM
)
43 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/shortfdct_neon
$(ASM
)
44 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/subtract_neon
$(ASM
)
45 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/variance_neon
$(ASM
)
46 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_mse16x16_neon
$(ASM
)
47 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_subpixelvariance8x8_neon
$(ASM
)
48 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_subpixelvariance16x16_neon
$(ASM
)
49 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_subpixelvariance16x16s_neon
$(ASM
)
50 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_memcpy_neon
$(ASM
)
51 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_shortwalsh4x4_neon
$(ASM
)
53 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/vpx_vp8_enc_asm_offsets.c
56 # Rule to extract assembly constants from C sources
58 ifeq ($(ARCH_ARM
),yes
)
59 vpx_vp8_enc_asm_offsets.asm
: obj_int_extract
60 vpx_vp8_enc_asm_offsets.asm
: $(VP8_PREFIX
)encoder
/arm
/vpx_vp8_enc_asm_offsets.c.o
61 .
/obj_int_extract rvds
$< $(ADS2GAS
) > $@
62 OBJS-yes
+= $(VP8_PREFIX
)encoder
/arm
/vpx_vp7_enc_asm_offsets.c.o
63 CLEAN-OBJS
+= vpx_vp8_enc_asm_offsets.asm
64 $(filter %$(ASM
).o
,$(OBJS-yes
)): vpx_vp8_enc_asm_offsets.asm