--- trunk/xvidcore/build/generic/sources.inc 2004/03/22 22:36:25 1382 +++ branches/release-1_3-branch/xvidcore/build/generic/sources.inc 2010/12/27 16:39:33 1925 @@ -22,6 +22,7 @@ motion/estimation_gmc.c \ motion/estimation_pvop.c \ motion/estimation_rd_based.c \ + motion/estimation_rd_based_bvop.c \ motion/gmc.c \ motion/motion_comp.c \ motion/vop_type_decision.c \ @@ -33,6 +34,8 @@ plugins/plugin_lumimasking.c \ plugins/plugin_dump.c \ plugins/plugin_psnr.c \ + plugins/plugin_ssim.c \ + plugins/plugin_psnrhvsm.c \ quant/quant_h263.c \ quant/quant_matrix.c \ quant/quant_mpeg.c \ @@ -43,7 +46,6 @@ utils/timer.c SRC_IA32 = \ - bitstream/x86_asm/cbp_3dne.asm \ bitstream/x86_asm/cbp_mmx.asm \ bitstream/x86_asm/cbp_sse2.asm \ dct/x86_asm/fdct_mmx_ffmpeg.asm \ @@ -52,7 +54,6 @@ dct/x86_asm/idct_3dne.asm \ dct/x86_asm/idct_mmx.asm \ dct/x86_asm/idct_sse2_dmitry.asm \ - dct/x86_asm/simple_idct_mmx.asm \ image/x86_asm/colorspace_rgb_mmx.asm \ image/x86_asm/colorspace_yuv_mmx.asm \ image/x86_asm/colorspace_yuyv_mmx.asm \ @@ -60,8 +61,12 @@ image/x86_asm/interpolate8x8_3dne.asm \ image/x86_asm/interpolate8x8_mmx.asm \ image/x86_asm/interpolate8x8_xmm.asm \ + image/x86_asm/postprocessing_mmx.asm \ + image/x86_asm/postprocessing_sse2.asm \ image/x86_asm/reduced_mmx.asm \ image/x86_asm/qpel_mmx.asm \ + image/x86_asm/gmc_mmx.asm \ + image/x86_asm/deintl_sse.asm \ motion/x86_asm/sad_xmm.asm \ motion/x86_asm/sad_sse2.asm \ motion/x86_asm/sad_mmx.asm \ @@ -74,7 +79,10 @@ utils/x86_asm/mem_transfer_mmx.asm \ utils/x86_asm/mem_transfer_3dne.asm \ utils/x86_asm/interlacing_mmx.asm \ - utils/x86_asm/cpuid.asm + utils/x86_asm/cpuid.asm \ + plugins/x86_asm/plugin_ssim-a.asm + +SRC_X86_64 = $(SRC_IA32) SRC_IA64 = \ dct/ia64_asm/fdct_ia64.s \ @@ -90,11 +98,13 @@ SRC_IA64_IDCT_ECC = \ dct/ia64_asm/idct_ia64_ecc.s -SRC_PPC = \ - bitstream/ppc_asm/cbp_ppc.s - -SRC_ALTIVEC = \ - bitstream/ppc_asm/cbp_altivec.s \ - dct/ppc_asm/fdct_altivec.s \ - dct/ppc_asm/idct_altivec.s \ - motion/ppc_asm/sad_altivec.s +SRC_PPC_ALTIVEC = \ + utils/ppc_asm/altivec_trigger.c \ + utils/ppc_asm/mem_transfer_altivec.c \ + motion/ppc_asm/sad_altivec.c \ + dct/ppc_asm/idct_altivec.c \ + image/ppc_asm/interpolate8x8_altivec.c \ + image/ppc_asm/colorspace_altivec.c \ + image/ppc_asm/qpel_altivec.c \ + quant/ppc_asm/quant_h263_altivec.c \ + quant/ppc_asm/quant_mpeg_altivec.c