comparison motion_est_template.c @ 12113:495b13d86191 libavcodec

Restore array sizes in doxygen parameter names.
author diego
date Thu, 08 Jul 2010 13:35:46 +0000
parents 372f7fed2806
children
comparison
equal deleted inserted replaced
12112:3c5a6cc5a652 12113:495b13d86191
1026 else 1026 else
1027 return var_diamond_search(s, best, dmin, src_index, ref_index, penalty_factor, size, h, flags); 1027 return var_diamond_search(s, best, dmin, src_index, ref_index, penalty_factor, size, h, flags);
1028 } 1028 }
1029 1029
1030 /*! 1030 /*!
1031 \param P a list of candidate mvs to check before starting the 1031 \param P[10][2] a list of candidate mvs to check before starting the
1032 iterative search. If one of the candidates is close to the optimal mv, then 1032 iterative search. If one of the candidates is close to the optimal mv, then
1033 it takes fewer iterations. And it increases the chance that we find the 1033 it takes fewer iterations. And it increases the chance that we find the
1034 optimal mv. 1034 optimal mv.
1035 */ 1035 */
1036 static av_always_inline int epzs_motion_search_internal(MpegEncContext * s, int *mx_ptr, int *my_ptr, 1036 static av_always_inline int epzs_motion_search_internal(MpegEncContext * s, int *mx_ptr, int *my_ptr,