OSDN Git Service

motion estimation cleanup
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Apr 2004 03:31:29 +0000 (03:31 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Apr 2004 03:31:29 +0000 (03:31 +0000)
commit2750b827b3144a62fdc161a47341dd58764522b7
treebc45f4aec80d3086f4d1684b554f94a1abb97b22
parentc4a171482630978700c52e988801c950a7a92e30
motion estimation cleanup
replace ugly macros by always_inline functions, that way its much more readable and flexible as always_inline can simply be removed while the macros couldnt be
about 0.5 % speedup with default parameters

Originally committed as revision 3037 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
libavcodec/motion_est.c
libavcodec/motion_est_template.c
libavcodec/mpegvideo.h