search for: sub8x8__mmx

Displaying 3 results from an estimated 3 matches for "sub8x8__mmx".

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
2007 Oct 09
1
VC6 Patch
...================================================== --- lib/enc/x86_32_vs/dsp_mmx.c (revision 13942) +++ lib/enc/x86_32_vs/dsp_mmx.c (working copy) @@ -28,7 +28,7 @@ #endif -static const ogg_int64_t V128 = 0x0080008000800080LL; +static const ogg_int64_t V128 = 0x0080008000800080; static void sub8x8__mmx (unsigned char *FiltPtr, unsigned char *ReconPtr, ogg_int16_t *DctInputPtr, ogg_uint32_t PixelsPerLine, Index: lib/enc/x86_32_vs/recon_mmx.c =================================================================== --- lib/enc/x86_32_vs/recon_mmx.c (revision 13942) +++ lib/enc/x86_32_v...
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