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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1397, Thu Apr 1 11:11:28 2004 UTC revision 1797, Wed Nov 26 02:17:50 2008 UTC
# Line 22  Line 22 
22          motion/estimation_gmc.c \          motion/estimation_gmc.c \
23          motion/estimation_pvop.c \          motion/estimation_pvop.c \
24          motion/estimation_rd_based.c \          motion/estimation_rd_based.c \
25            motion/estimation_rd_based_bvop.c \
26          motion/gmc.c \          motion/gmc.c \
27          motion/motion_comp.c \          motion/motion_comp.c \
28          motion/vop_type_decision.c \          motion/vop_type_decision.c \
# Line 33  Line 34 
34          plugins/plugin_lumimasking.c \          plugins/plugin_lumimasking.c \
35          plugins/plugin_dump.c \          plugins/plugin_dump.c \
36          plugins/plugin_psnr.c \          plugins/plugin_psnr.c \
37            plugins/plugin_ssim.c \
38          quant/quant_h263.c \          quant/quant_h263.c \
39          quant/quant_matrix.c \          quant/quant_matrix.c \
40          quant/quant_mpeg.c \          quant/quant_mpeg.c \
# Line 43  Line 45 
45          utils/timer.c          utils/timer.c
46    
47  SRC_IA32 = \  SRC_IA32 = \
         bitstream/x86_asm/cbp_3dne.asm \  
48          bitstream/x86_asm/cbp_mmx.asm \          bitstream/x86_asm/cbp_mmx.asm \
49          bitstream/x86_asm/cbp_sse2.asm \          bitstream/x86_asm/cbp_sse2.asm \
50          dct/x86_asm/fdct_mmx_ffmpeg.asm \          dct/x86_asm/fdct_mmx_ffmpeg.asm \
# Line 52  Line 53 
53          dct/x86_asm/idct_3dne.asm \          dct/x86_asm/idct_3dne.asm \
54          dct/x86_asm/idct_mmx.asm \          dct/x86_asm/idct_mmx.asm \
55          dct/x86_asm/idct_sse2_dmitry.asm \          dct/x86_asm/idct_sse2_dmitry.asm \
         dct/x86_asm/simple_idct_mmx.asm \  
56          image/x86_asm/colorspace_rgb_mmx.asm \          image/x86_asm/colorspace_rgb_mmx.asm \
57          image/x86_asm/colorspace_yuv_mmx.asm \          image/x86_asm/colorspace_yuv_mmx.asm \
58          image/x86_asm/colorspace_yuyv_mmx.asm \          image/x86_asm/colorspace_yuyv_mmx.asm \
# Line 61  Line 61 
61          image/x86_asm/interpolate8x8_mmx.asm \          image/x86_asm/interpolate8x8_mmx.asm \
62          image/x86_asm/interpolate8x8_xmm.asm \          image/x86_asm/interpolate8x8_xmm.asm \
63          image/x86_asm/postprocessing_mmx.asm \          image/x86_asm/postprocessing_mmx.asm \
64            image/x86_asm/postprocessing_sse2.asm \
65          image/x86_asm/reduced_mmx.asm \          image/x86_asm/reduced_mmx.asm \
66          image/x86_asm/qpel_mmx.asm \          image/x86_asm/qpel_mmx.asm \
67            image/x86_asm/gmc_mmx.asm \
68            image/x86_asm/deintl_sse.asm \
69          motion/x86_asm/sad_xmm.asm \          motion/x86_asm/sad_xmm.asm \
70          motion/x86_asm/sad_sse2.asm \          motion/x86_asm/sad_sse2.asm \
71          motion/x86_asm/sad_mmx.asm \          motion/x86_asm/sad_mmx.asm \
# Line 75  Line 78 
78          utils/x86_asm/mem_transfer_mmx.asm \          utils/x86_asm/mem_transfer_mmx.asm \
79          utils/x86_asm/mem_transfer_3dne.asm \          utils/x86_asm/mem_transfer_3dne.asm \
80          utils/x86_asm/interlacing_mmx.asm \          utils/x86_asm/interlacing_mmx.asm \
81          utils/x86_asm/cpuid.asm          utils/x86_asm/cpuid.asm \
82            plugins/x86_asm/plugin_ssim-a.asm
83    
84    SRC_X86_64 = $(SRC_IA32)
85    
86  SRC_IA64 = \  SRC_IA64 = \
87          dct/ia64_asm/fdct_ia64.s \          dct/ia64_asm/fdct_ia64.s \
# Line 91  Line 97 
97  SRC_IA64_IDCT_ECC = \  SRC_IA64_IDCT_ECC = \
98          dct/ia64_asm/idct_ia64_ecc.s          dct/ia64_asm/idct_ia64_ecc.s
99    
100  SRC_PPC = \  SRC_PPC_ALTIVEC = \
101          bitstream/ppc_asm/cbp_ppc.s          utils/ppc_asm/altivec_trigger.c \
102            utils/ppc_asm/mem_transfer_altivec.c \
103  SRC_ALTIVEC = \          motion/ppc_asm/sad_altivec.c \
104          bitstream/ppc_asm/cbp_altivec.s \          dct/ppc_asm/idct_altivec.c \
105          dct/ppc_asm/fdct_altivec.s \          image/ppc_asm/interpolate8x8_altivec.c \
106          dct/ppc_asm/idct_altivec.s \          image/ppc_asm/colorspace_altivec.c \
107          motion/ppc_asm/sad_altivec.s          image/ppc_asm/qpel_altivec.c \
108            quant/ppc_asm/quant_h263_altivec.c \
109            quant/ppc_asm/quant_mpeg_altivec.c

Legend:
Removed from v.1397  
changed lines
  Added in v.1797

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