search for: libtheora_la

Displaying 2 results from an estimated 2 matches for "libtheora_la".

2006 Mar 30
2
compiling theora-mmx on AMD64
...autogen.sh, then make, and soon get the following errors: make[2]: Entering directory `/home/dlenski/theora-mmx/lib' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT libtheora_la-cpu.lo -MD -MP -MF ".deps/libtheora_la-cpu.Tpo" -c -o libtheora_la-cpu.lo `test -f 'cpu.c' || echo './'`cpu.c; \ then mv -f ".deps/libtheora_la-cpu.Tpo" ".deps/libtheora_la-cpu.Plo"; else rm -f ".deps/libtheora_la-cpu.Tpo"; exit 1; fi...
2007 Mar 25
3
MMX patch to speed up Theora decoding
Hi, Attached is a patch against 1.0alpha7 to speed up Theora decoding. It is about 15~20% faster in my test. It consists of following things: * MMX loop filter based on Rudolf Marek's patch in http://lists.xiph.org/pipermail/theora-dev/2005-August/002838.html * MMX IDCT based on Rudolf Marek's patch in http://lists.xiph.org/pipermail/theora-dev/2005-July/002816.html and the code in