]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
doxy comment tweaks
authorlorenm <lorenm@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 31 Mar 2007 23:58:33 +0000 (23:58 +0000)
committerlorenm <lorenm@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 31 Mar 2007 23:58:33 +0000 (23:58 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8580 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/motion_est.c
libavcodec/motion_est_template.c

index cb9731c3e2fc6f2cb226265ad58442e2dccd9061..a042f4916611fc1ae823db3bc15ee9c684a834bf 100644 (file)
@@ -103,8 +103,8 @@ static int get_flags(MotionEstContext *c, int direct, int chroma){
            + (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,
index e0142502695b1b09dba9ec37a74eeddda5f9a761..37443b0226f627a903fd8c19a2a96ebc4dddca6e 100644 (file)
@@ -1004,7 +1004,7 @@ static av_always_inline int epzs_motion_search_internal(MpegEncContext * s, int
     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