Initial import of the motion estimation filter.
authordezeroex <dezeroex@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 8 Jul 2005 23:37:42 +0000 (23:37 +0000)
committerdezeroex <dezeroex@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 8 Jul 2005 23:37:42 +0000 (23:37 +0000)
commit4f3d5f48dd9b4a0caddce6b65d9f8d4ad7a4f04a
treeaeed87ed6f9df4fdaf9612ee2db5f70f406d9ece
parent3ab36a3a72c455c6640ba9188b5107b30eb68b74
Initial import of the motion estimation filter.

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@751 d19143bc-622f-0410-bfdd-b5b2a6649095
src/modules/motion_est/Makefile [new file with mode: 0644]
src/modules/motion_est/arrow_code.c [new file with mode: 0644]
src/modules/motion_est/arrow_code.h [new file with mode: 0644]
src/modules/motion_est/configure [new file with mode: 0755]
src/modules/motion_est/factory.c [new file with mode: 0644]
src/modules/motion_est/filter_autotrack_rectangle.c [new file with mode: 0644]
src/modules/motion_est/filter_crop_detect.c [new file with mode: 0644]
src/modules/motion_est/filter_motion_est.c [new file with mode: 0644]
src/modules/motion_est/filter_motion_est.h [new file with mode: 0644]
src/modules/motion_est/filter_vismv.c [new file with mode: 0644]
src/modules/motion_est/sad_sse.h [new file with mode: 0644]