[svn] / trunk / xvidcore / build / generic / sources.inc Repository:
ViewVC logotype

Annotation of /trunk/xvidcore/build/generic/sources.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1494 - (view) (download)

1 : edgomez 1382 SRC_DIR = ../../src
2 : edgomez 824
3 :     SRC_GENERIC = \
4 : edgomez 1382 decoder.c \
5 :     encoder.c \
6 :     xvid.c \
7 :     bitstream/bitstream.c \
8 :     bitstream/cbp.c \
9 :     bitstream/mbcoding.c \
10 :     dct/fdct.c \
11 :     dct/idct.c \
12 :     dct/simple_idct.c \
13 :     image/colorspace.c \
14 :     image/image.c \
15 :     image/interpolate8x8.c \
16 :     image/font.c \
17 :     image/postprocessing.c \
18 :     image/qpel.c \
19 :     image/reduced.c \
20 :     motion/estimation_bvop.c \
21 :     motion/estimation_common.c \
22 :     motion/estimation_gmc.c \
23 :     motion/estimation_pvop.c \
24 :     motion/estimation_rd_based.c \
25 :     motion/gmc.c \
26 :     motion/motion_comp.c \
27 :     motion/vop_type_decision.c \
28 :     motion/sad.c \
29 :     prediction/mbprediction.c \
30 :     plugins/plugin_single.c \
31 :     plugins/plugin_2pass1.c \
32 :     plugins/plugin_2pass2.c \
33 :     plugins/plugin_lumimasking.c \
34 :     plugins/plugin_dump.c \
35 :     plugins/plugin_psnr.c \
36 :     quant/quant_h263.c \
37 :     quant/quant_matrix.c \
38 :     quant/quant_mpeg.c \
39 :     utils/emms.c \
40 :     utils/mbtransquant.c \
41 :     utils/mem_align.c \
42 :     utils/mem_transfer.c \
43 :     utils/timer.c
44 : edgomez 824
45 :     SRC_IA32 = \
46 : edgomez 1382 bitstream/x86_asm/cbp_3dne.asm \
47 :     bitstream/x86_asm/cbp_mmx.asm \
48 :     bitstream/x86_asm/cbp_sse2.asm \
49 :     dct/x86_asm/fdct_mmx_ffmpeg.asm \
50 :     dct/x86_asm/fdct_mmx_skal.asm \
51 :     dct/x86_asm/fdct_sse2_skal.asm \
52 :     dct/x86_asm/idct_3dne.asm \
53 :     dct/x86_asm/idct_mmx.asm \
54 :     dct/x86_asm/idct_sse2_dmitry.asm \
55 :     dct/x86_asm/simple_idct_mmx.asm \
56 :     image/x86_asm/colorspace_rgb_mmx.asm \
57 :     image/x86_asm/colorspace_yuv_mmx.asm \
58 :     image/x86_asm/colorspace_yuyv_mmx.asm \
59 :     image/x86_asm/interpolate8x8_3dn.asm \
60 :     image/x86_asm/interpolate8x8_3dne.asm \
61 :     image/x86_asm/interpolate8x8_mmx.asm \
62 :     image/x86_asm/interpolate8x8_xmm.asm \
63 : suxen_drol 1397 image/x86_asm/postprocessing_mmx.asm \
64 : suxen_drol 1494 image/x86_asm/postprocessing_sse2.asm \
65 : edgomez 1382 image/x86_asm/reduced_mmx.asm \
66 :     image/x86_asm/qpel_mmx.asm \
67 :     motion/x86_asm/sad_xmm.asm \
68 :     motion/x86_asm/sad_sse2.asm \
69 :     motion/x86_asm/sad_mmx.asm \
70 :     motion/x86_asm/sad_3dne.asm \
71 :     motion/x86_asm/sad_3dn.asm \
72 :     quant/x86_asm/quantize_h263_mmx.asm \
73 :     quant/x86_asm/quantize_h263_3dne.asm \
74 :     quant/x86_asm/quantize_mpeg_xmm.asm \
75 :     quant/x86_asm/quantize_mpeg_mmx.asm \
76 :     utils/x86_asm/mem_transfer_mmx.asm \
77 :     utils/x86_asm/mem_transfer_3dne.asm \
78 :     utils/x86_asm/interlacing_mmx.asm \
79 :     utils/x86_asm/cpuid.asm
80 : edgomez 824
81 :     SRC_IA64 = \
82 : edgomez 1382 dct/ia64_asm/fdct_ia64.s \
83 :     image/ia64_asm/interpolate8x8_ia64.s \
84 :     motion/ia64_asm/sad_ia64.s \
85 :     motion/ia64_asm/halfpel8_refine_ia64.s \
86 :     quant/ia64_asm/quant_h263_ia64.s \
87 :     utils/ia64_asm/mem_transfer_ia64.s
88 : edgomez 824
89 : edgomez 1382 SRC_IA64_IDCT_GCC = \
90 :     dct/ia64_asm/idct_ia64_gcc.s
91 :    
92 :     SRC_IA64_IDCT_ECC = \
93 :     dct/ia64_asm/idct_ia64_ecc.s
94 :    
95 : edgomez 1412 SRC_PPC_ALTIVEC = \
96 :     utils/ppc_asm/altivec_trigger.c \
97 :     utils/ppc_asm/mem_transfer_altivec.c \
98 :     motion/ppc_asm/sad_altivec.c \
99 :     dct/ppc_asm/idct_altivec.c \
100 :     image/ppc_asm/interpolate8x8_altivec.c \
101 :     image/ppc_asm/colorspace_altivec.c \
102 :     quant/ppc_asm/quant_h263_altivec.c

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4