# HG changeset patch # User lorenm # Date 1175385513 0 # Node ID efeca638ad20628137f7974127046a0fdbdad5b8 # Parent e511820c4a9708bc07239587f412fbe0aeebe51b doxy comment tweaks diff -r e511820c4a97 -r efeca638ad20 motion_est.c --- a/motion_est.c Sat Mar 31 22:39:43 2007 +0000 +++ b/motion_est.c Sat Mar 31 23:58:33 2007 +0000 @@ -103,8 +103,8 @@ + (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, diff -r e511820c4a97 -r efeca638ad20 motion_est_template.c --- a/motion_est_template.c Sat Mar 31 22:39:43 2007 +0000 +++ b/motion_est_template.c Sat Mar 31 23:58:33 2007 +0000 @@ -1004,7 +1004,7 @@ MotionEstContext * const c= &s->me; int best[2]={0, 0}; /*!< x and y coordinates of the best motion vector. i.e. the difference between the position of the - block current being encoded and the position of + block currently being encoded and the position of the block chosen to predict it from. */ int d; ///< the score (cmp + penalty) of any given mv int dmin; /*!< the best value of d, i.e. the score