Eliminate use of SSE instruction in loop filter MMX code by replacing
commit1fe43ae8fcb0c101ac7c17d4a6667a7374c5bfbb
authorxiphmont <xiphmont@0101bb08-14d6-0310-b084-bc0e0c8e3800>
Sun, 22 Jun 2008 21:07:32 +0000 (22 21:07 +0000)
committerxiphmont <xiphmont@0101bb08-14d6-0310-b084-bc0e0c8e3800>
Sun, 22 Jun 2008 21:07:32 +0000 (22 21:07 +0000)
tree7f6ca15036f60b83fe0f27bf210151bc266a901b
parent26507f99a826da4c22be4cdd0b7714923fa67321
Eliminate use of SSE instruction in loop filter MMX code by replacing
current loop filter with one from Derf's new decoder.  This required
some amount of code refactoring as Derf's code expects slightly
different input.

git-svn-id: http://svn.xiph.org/trunk@15057 0101bb08-14d6-0310-b084-bc0e0c8e3800
theora/lib/enc/codec_internal.h
theora/lib/enc/dct_decode.c
theora/lib/enc/dsp.h
theora/lib/enc/pp.c
theora/lib/enc/x86_32/dct_decode_mmx.c
theora/lib/enc/x86_64/dct_decode_mmx.c