1 Apr 2007 01:58
r8580 - in trunk/libavcodec: motion_est.c motion_est_template.c
lorenm <subversion <at> mplayerhq.hu>
2007-03-31 23:58:33 GMT
2007-03-31 23:58:33 GMT
Author: lorenm
Date: Sun Apr 1 01:58:33 2007
New Revision: 8580
Modified:
trunk/libavcodec/motion_est.c
trunk/libavcodec/motion_est_template.c
Log:
doxy comment tweaks
Modified: trunk/libavcodec/motion_est.c
==============================================================================
--- trunk/libavcodec/motion_est.c (original)
+++ trunk/libavcodec/motion_est.c Sun Apr 1 01:58:33 2007
<at> <at> -103,8 +103,8 <at> <at> static int get_flags(MotionEstContext *c
+ (chroma ? FLAG_CHROMA : 0);
}
-/*! \brief compares two blocks, which may be full macroblocks or may be
- partitions thereof.
+/*! \brief compares a block (either a full macroblock or a partition thereof)
+ against a proposed motion-compensated prediction of that block
*/
static av_always_inline int cmp(MpegEncContext *s, const int x, const int y, const int subx, const int suby,
const int size, const int h, int ref_index, int src_index,
Modified: trunk/libavcodec/motion_est_template.c
==============================================================================
--- trunk/libavcodec/motion_est_template.c (original)
(Continue reading)
RSS Feed