comparison motion_est_template.c @ 4758:efeca638ad20 libavcodec

doxy comment tweaks
author lorenm
date Sat, 31 Mar 2007 23:58:33 +0000
parents e511820c4a97
children ce36118abbbb
comparison
equal deleted inserted replaced
4757:e511820c4a97 4758:efeca638ad20
1002 int ref_mv_scale, int flags, int size, int h) 1002 int ref_mv_scale, int flags, int size, int h)
1003 { 1003 {
1004 MotionEstContext * const c= &s->me; 1004 MotionEstContext * const c= &s->me;
1005 int best[2]={0, 0}; /*!< x and y coordinates of the best motion vector. 1005 int best[2]={0, 0}; /*!< x and y coordinates of the best motion vector.
1006 i.e. the difference between the position of the 1006 i.e. the difference between the position of the
1007 block current being encoded and the position of 1007 block currently being encoded and the position of
1008 the block chosen to predict it from. */ 1008 the block chosen to predict it from. */
1009 int d; ///< the score (cmp + penalty) of any given mv 1009 int d; ///< the score (cmp + penalty) of any given mv
1010 int dmin; /*!< the best value of d, i.e. the score 1010 int dmin; /*!< the best value of d, i.e. the score
1011 corresponding to the mv stored in best[]. */ 1011 corresponding to the mv stored in best[]. */
1012 int map_generation; 1012 int map_generation;