[FFmpeg-cvslog] r12918 - trunk/libavcodec/mpegvideo_common.h
benoit
subversion
Mon Apr 21 10:32:12 CEST 2008
Author: benoit
Date: Mon Apr 21 10:32:11 2008
New Revision: 12918
Log:
Force inlining of MPV_motion_internal.
Patch by strites: strites gmail com
Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations
Date: 04/06/2008 11:32 PM
Modified:
trunk/libavcodec/mpegvideo_common.h
Modified: trunk/libavcodec/mpegvideo_common.h
==============================================================================
--- trunk/libavcodec/mpegvideo_common.h (original)
+++ trunk/libavcodec/mpegvideo_common.h Mon Apr 21 10:32:11 2008
@@ -635,7 +635,7 @@ static inline void prefetch_motion(MpegE
* @param pic_op qpel motion compensation function (average or put normally)
* the motion vectors are taken from s->mv and the MV type from s->mv_type
*/
-static inline void MPV_motion_internal(MpegEncContext *s,
+static av_always_inline void MPV_motion_internal(MpegEncContext *s,
uint8_t *dest_y, uint8_t *dest_cb,
uint8_t *dest_cr, int dir,
uint8_t **ref_picture,
More information about the ffmpeg-cvslog
mailing list