search for: dsp_mmxext

Displaying 4 results from an estimated 4 matches for "dsp_mmxext".

2008 Apr 10
2
Delay occurred when the makefile change
...EFS = -DLINUX -DRETSIGTYPE=void -DHAVE_SIGACTION=1 LIBS = -lpthread INCS = -I. INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/dec -I$(top_srcdir)/lib/enc EXTRA_DIST = \ enc/x86_32/dct_decode_mmx.c \ enc/x86_32/dsp_mmx.c \ enc/x86_32/dsp_mmxext.c \ enc/x86_32/recon_mmx.c \ enc/x86_32/fdct_mmx.c \ enc/x86_32/idct_mmx.c \ enc/x86_64/dsp_mmx.c \ enc/x86_64/dsp_mmxext.c \ enc/x86_64/recon_mmx.c \ enc/x86_64/fdct_mmx.c \ enc/x86_64/idct_mmx.c \ enc/x86_32_vs/dsp_mmx.c \...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...EFS = -DLINUX -DRETSIGTYPE=void -DHAVE_SIGACTION=1 LIBS = -lpthread INCS = -I. INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/dec -I$(top_srcdir)/lib/enc EXTRA_DIST = \ enc/x86_32/dct_decode_mmx.c \ enc/x86_32/dsp_mmx.c \ enc/x86_32/dsp_mmxext.c \ enc/x86_32/recon_mmx.c \ enc/x86_32/fdct_mmx.c \ enc/x86_32/idct_mmx.c \ enc/x86_64/dsp_mmx.c \ enc/x86_64/dsp_mmxext.c \ enc/x86_64/recon_mmx.c \ enc/x86_64/fdct_mmx.c \ enc/x86_64/idct_mmx.c \ enc/x86_32_vs/dsp_mmx.c \...
2006 May 02
6
patch to build theora-mmx on AMD64
Hi all, I've patched theora-mmx to build on x86_64. The patch against SVN is attached. Basically all I did was to copy lib/i386 to lib/x86_64 and tweak the assembler code a bit: * added to each file: typedef unsigned long int ogg_uint64_t * converted all asm inputs to 64-bit in: dsp_mmxext.c, fdct_mmx.c, recon_mmx.c * left all asm outputs at 32-bit * I didn't patch dsp_mmx.c, since all x86_64 processors have SSE, thus there's no need for the old mmx version I also made minor modifications to cpu.c to get CPUID working correctly on x86_64. I've tested the patch using d...
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed. attached the updated patch to apply to svn/trunk. j -------------- next part -------------- A non-text attachment was scrubbed... Name: theora-mmx.patch.gz Type: application/x-gzip Size: 8648 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin