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