[FFmpeg-devel] [PATCH] Move VC1 loop filter to DSPContext
David Conrad
lessen42
Wed Apr 1 10:23:26 CEST 2009
Hi,
First patch moves VC1's loop filter function as is to DSPContext, the
second splits it according h/v and size for faster/easier simd
implementations.
Since these functions require 16 bit arithmetic, there isn't really a
speed advantage to having size 16 functions in simd. I kept them for
consistency and because it's a bit uglier to use size 8 x2 in
vc1_loop_filter_iblk.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 01-vc1-lf-dsp.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090401/61ed8707/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 02-vc1-lf-separate-funcs.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090401/61ed8707/attachment-0001.txt>
More information about the ffmpeg-devel
mailing list