2 ## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
4 ## Use of this source code is governed by a BSD-style license and patent
5 ## grant that can be found in the LICENSE file in the root of the source
6 ## tree. All contributing project authors may be found in the AUTHORS
7 ## file in the root of the source tree.
11 #VP8_CX_SRCS list is modified according to different platforms.
15 VP8_CX_SRCS-
$(HAVE_ARMV6
) += encoder
/arm
/csystemdependent.c
17 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/encodemb_arm.c
18 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/quantize_arm.c
19 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/picklpf_arm.c
20 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/boolhuff_arm.c
21 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/mcomp_arm.c
23 VP8_CX_SRCS_REMOVE-
$(HAVE_ARMV6
) += encoder
/generic
/csystemdependent.c
24 VP8_CX_SRCS_REMOVE-
$(HAVE_ARMV7
) += encoder
/boolhuff.c
25 VP8_CX_SRCS_REMOVE-
$(HAVE_ARMV7
) += encoder
/mcomp.c
29 VP8_CX_SRCS-
$(HAVE_ARMV6
) += encoder
/arm
/armv6
/walsh_v6
$(ASM
)
33 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/fastfdct4x4_neon
$(ASM
)
34 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/fastfdct8x4_neon
$(ASM
)
35 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/fastquantizeb_neon
$(ASM
)
36 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/sad8_neon
$(ASM
)
37 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/sad16_neon
$(ASM
)
38 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/shortfdct_neon
$(ASM
)
39 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/subtract_neon
$(ASM
)
40 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/variance_neon
$(ASM
)
41 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_mse16x16_neon
$(ASM
)
42 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_subpixelvariance8x8_neon
$(ASM
)
43 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_subpixelvariance16x16_neon
$(ASM
)
44 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_subpixelvariance16x16s_neon
$(ASM
)
45 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_memcpy_neon
$(ASM
)
46 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_packtokens_armv7
$(ASM
)
47 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_packtokens_mbrow_armv7
$(ASM
)
48 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_packtokens_partitions_armv7
$(ASM
)
49 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/boolhuff_armv7
$(ASM
)
50 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/neon
/vp8_shortwalsh4x4_neon
$(ASM
)
52 VP8_CX_SRCS-
$(HAVE_ARMV7
) += encoder
/arm
/vpx_vp8_enc_asm_offsets.c
55 # Rule to extract assembly constants from C sources
57 ifeq ($(ARCH_ARM
),yes
)
58 vpx_vp8_enc_asm_offsets.asm
: obj_int_extract
59 vpx_vp8_enc_asm_offsets.asm
: $(VP8_PREFIX
)encoder
/arm
/vpx_vp8_enc_asm_offsets.c.o
60 .
/obj_int_extract rvds
$< $(ADS2GAS
) > $@
61 OBJS-yes
+= $(VP8_PREFIX
)encoder
/arm
/vpx_vp7_enc_asm_offsets.c.o
62 CLEAN-OBJS
+= vpx_vp8_enc_asm_offsets.asm
63 $(filter %$(ASM
).o
,$(OBJS-yes
)): vpx_vp8_enc_asm_offsets.asm