[FFmpeg-devel] [PATCH] Add filter_limit to VP3 loop filter paramaters

David Conrad lessen42
Sat Oct 4 06:17:03 CEST 2008


Hi,

The C implementation of the VP3 loop filter uses a table of pre- 
calculated values for the filter function. This doesn't work so well  
in SIMD; it's faster to calculate the function with the limit value.

Implementing the C version without the table is slightly faster on my  
Penryn, but about 20% slower on P4, so it's probably not worth it to  
replace the C version to get rid of the table completely.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 02-add-fil-lim-to-vp3-loop-filter-args.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081004/2fd0cf20/attachment.txt>
-------------- next part --------------




More information about the ffmpeg-devel mailing list