comparison libpostproc/postprocess.c @ 1029:804cc05a3f61 libavcodec

C implementation of the median deinterlacer (seems to be the only one that generates tolerable output for anime) so it will work on non-MMX architectures. Someone should optimize it better eventually.
author rfelker
date Thu, 23 Jan 2003 04:19:24 +0000
parents 8a95bda80fdc
children 54aa0bb40e97
comparison
equal deleted inserted replaced
1028:e76fb91de4cc 1029:804cc05a3f61
32 Vertical X1# a E E 32 Vertical X1# a E E
33 Horizontal X1# a E E 33 Horizontal X1# a E E
34 LinIpolDeinterlace e E E* 34 LinIpolDeinterlace e E E*
35 CubicIpolDeinterlace a e e* 35 CubicIpolDeinterlace a e e*
36 LinBlendDeinterlace e E E* 36 LinBlendDeinterlace e E E*
37 MedianDeinterlace# Ec Ec 37 MedianDeinterlace# E Ec Ec
38 TempDeNoiser# E e e 38 TempDeNoiser# E e e
39 39
40 * i dont have a 3dnow CPU -> its untested, but noone said it doesnt work so it seems to work 40 * i dont have a 3dnow CPU -> its untested, but noone said it doesnt work so it seems to work
41 # more or less selfinvented filters so the exactness isnt too meaningfull 41 # more or less selfinvented filters so the exactness isnt too meaningfull
42 E = Exact implementation 42 E = Exact implementation