Fix checks in MB quantizer initialization
[profile/ivi/libvpx.git] / vp8 / vp8_common.mk
1 ##
2 ##  Copyright (c) 2010 The WebM project authors. All Rights Reserved.
3 ##
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.
9 ##
10
11 VP8_COMMON_SRCS-yes += vp8_common.mk
12 VP8_COMMON_SRCS-yes += common/type_aliases.h
13 VP8_COMMON_SRCS-yes += common/pragmas.h
14 VP8_COMMON_SRCS-yes += common/ppflags.h
15 VP8_COMMON_SRCS-yes += common/onyx.h
16 VP8_COMMON_SRCS-yes += common/onyxd.h
17 VP8_COMMON_SRCS-yes += common/alloccommon.c
18 VP8_COMMON_SRCS-yes += common/asm_com_offsets.c
19 VP8_COMMON_SRCS-yes += common/blockd.c
20 VP8_COMMON_SRCS-yes += common/coefupdateprobs.h
21 VP8_COMMON_SRCS-yes += common/debugmodes.c
22 VP8_COMMON_SRCS-yes += common/default_coef_probs.h
23 VP8_COMMON_SRCS-yes += common/entropy.c
24 VP8_COMMON_SRCS-yes += common/entropymode.c
25 VP8_COMMON_SRCS-yes += common/entropymv.c
26 VP8_COMMON_SRCS-yes += common/extend.c
27 VP8_COMMON_SRCS-yes += common/filter.c
28 VP8_COMMON_SRCS-yes += common/filter.h
29 VP8_COMMON_SRCS-yes += common/findnearmv.c
30 VP8_COMMON_SRCS-yes += common/generic/systemdependent.c
31 VP8_COMMON_SRCS-yes += common/idctllm.c
32 VP8_COMMON_SRCS-yes += common/alloccommon.h
33 VP8_COMMON_SRCS-yes += common/blockd.h
34 VP8_COMMON_SRCS-yes += common/common.h
35 VP8_COMMON_SRCS-yes += common/common_types.h
36 VP8_COMMON_SRCS-yes += common/entropy.h
37 VP8_COMMON_SRCS-yes += common/entropymode.h
38 VP8_COMMON_SRCS-yes += common/entropymv.h
39 VP8_COMMON_SRCS-yes += common/extend.h
40 VP8_COMMON_SRCS-yes += common/findnearmv.h
41 VP8_COMMON_SRCS-yes += common/g_common.h
42 VP8_COMMON_SRCS-yes += common/header.h
43 VP8_COMMON_SRCS-yes += common/idct.h
44 VP8_COMMON_SRCS-yes += common/invtrans.h
45 VP8_COMMON_SRCS-yes += common/loopfilter.h
46 VP8_COMMON_SRCS-yes += common/modecont.h
47 VP8_COMMON_SRCS-yes += common/mv.h
48 VP8_COMMON_SRCS-yes += common/onyxc_int.h
49 VP8_COMMON_SRCS-yes += common/quant_common.h
50 VP8_COMMON_SRCS-yes += common/recon.h
51 VP8_COMMON_SRCS-yes += common/reconinter.h
52 VP8_COMMON_SRCS-yes += common/reconintra.h
53 VP8_COMMON_SRCS-yes += common/reconintra4x4.h
54 VP8_COMMON_SRCS-yes += common/setupintrarecon.h
55 VP8_COMMON_SRCS-yes += common/subpixel.h
56 VP8_COMMON_SRCS-yes += common/swapyv12buffer.h
57 VP8_COMMON_SRCS-yes += common/systemdependent.h
58 VP8_COMMON_SRCS-yes += common/threading.h
59 VP8_COMMON_SRCS-yes += common/treecoder.h
60 VP8_COMMON_SRCS-yes += common/invtrans.c
61 VP8_COMMON_SRCS-yes += common/loopfilter.c
62 VP8_COMMON_SRCS-yes += common/loopfilter_filters.c
63 VP8_COMMON_SRCS-yes += common/mbpitch.c
64 VP8_COMMON_SRCS-yes += common/modecont.c
65 VP8_COMMON_SRCS-yes += common/modecontext.c
66 VP8_COMMON_SRCS-yes += common/quant_common.c
67 VP8_COMMON_SRCS-yes += common/reconinter.c
68 VP8_COMMON_SRCS-yes += common/reconintra.c
69 VP8_COMMON_SRCS-yes += common/reconintra4x4.c
70 VP8_COMMON_SRCS-yes += common/setupintrarecon.c
71 VP8_COMMON_SRCS-yes += common/swapyv12buffer.c
72 VP8_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/textblit.c
73 VP8_COMMON_SRCS-yes += common/treecoder.c
74
75 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/idct_x86.h
76 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/subpixel_x86.h
77 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/recon_x86.h
78 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/loopfilter_x86.h
79 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/postproc_x86.h
80 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/x86_systemdependent.c
81 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp8_asm_stubs.c
82 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/loopfilter_x86.c
83 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.h
84 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.c
85 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idctllm_mmx.asm
86 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/iwalsh_mmx.asm
87 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/recon_mmx.asm
88 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/subpixel_mmx.asm
89 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/loopfilter_mmx.asm
90 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idctllm_sse2.asm
91 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_sse2.asm
92 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_wrapper_sse2.c
93 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/subpixel_sse2.asm
94 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_sse2.asm
95 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/iwalsh_sse2.asm
96 VP8_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/subpixel_ssse3.asm
97 ifeq ($(CONFIG_POSTPROC),yes)
98 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/postproc_mmx.asm
99 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm
100 endif
101 ifeq ($(ARCH_X86_64),yes)
102 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_block_sse2.asm
103 endif
104
105 # common (c)
106 VP8_COMMON_SRCS-$(ARCH_ARM)  += common/arm/arm_systemdependent.c
107 VP8_COMMON_SRCS-$(ARCH_ARM)  += common/arm/bilinearfilter_arm.c
108 VP8_COMMON_SRCS-$(ARCH_ARM)  += common/arm/bilinearfilter_arm.h
109 VP8_COMMON_SRCS-$(ARCH_ARM)  += common/arm/filter_arm.c
110 VP8_COMMON_SRCS-$(ARCH_ARM)  += common/arm/idct_arm.h
111 VP8_COMMON_SRCS-$(ARCH_ARM)  += common/arm/loopfilter_arm.c
112 VP8_COMMON_SRCS-$(ARCH_ARM)  += common/arm/loopfilter_arm.h
113 VP8_COMMON_SRCS-$(ARCH_ARM)  += common/arm/recon_arm.h
114 VP8_COMMON_SRCS-$(ARCH_ARM)  += common/arm/reconintra_arm.c
115 VP8_COMMON_SRCS-$(ARCH_ARM)  += common/arm/subpixel_arm.h
116
117 # common (armv6)
118 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/bilinearfilter_v6$(ASM)
119 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/copymem8x4_v6$(ASM)
120 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/copymem8x8_v6$(ASM)
121 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/copymem16x16_v6$(ASM)
122 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/dc_only_idct_add_v6$(ASM)
123 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/iwalsh_v6$(ASM)
124 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/filter_v6$(ASM)
125 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/idct_v6$(ASM)
126 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/loopfilter_v6$(ASM)
127 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/simpleloopfilter_v6$(ASM)
128 VP8_COMMON_SRCS-$(HAVE_ARMV6)  += common/arm/armv6/sixtappredict8x4_v6$(ASM)
129
130 # common (neon)
131 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/bilinearpredict4x4_neon$(ASM)
132 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/bilinearpredict8x4_neon$(ASM)
133 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/bilinearpredict8x8_neon$(ASM)
134 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/bilinearpredict16x16_neon$(ASM)
135 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/copymem8x4_neon$(ASM)
136 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/copymem8x8_neon$(ASM)
137 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/copymem16x16_neon$(ASM)
138 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/dc_only_idct_add_neon$(ASM)
139 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/iwalsh_neon$(ASM)
140 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/loopfilter_neon$(ASM)
141 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/loopfiltersimplehorizontaledge_neon$(ASM)
142 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/loopfiltersimpleverticaledge_neon$(ASM)
143 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/mbloopfilter_neon$(ASM)
144 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/shortidct4x4llm_neon$(ASM)
145 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/sixtappredict4x4_neon$(ASM)
146 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/sixtappredict8x4_neon$(ASM)
147 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/sixtappredict8x8_neon$(ASM)
148 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/sixtappredict16x16_neon$(ASM)
149 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/buildintrapredictorsmby_neon$(ASM)
150 VP8_COMMON_SRCS-$(HAVE_ARMV7)  += common/arm/neon/save_neon_reg$(ASM)