comparison motion_est.c @ 1904:129236143f2e libavcodec

warning patrol
author mellum
date Wed, 24 Mar 2004 23:32:48 +0000
parents 95612d423fde
children e2501e6e7ff7
comparison
equal deleted inserted replaced
1903:c94b19667d8b 1904:129236143f2e
772 int dmin_sum=0, mx4_sum=0, my4_sum=0; 772 int dmin_sum=0, mx4_sum=0, my4_sum=0;
773 uint8_t * const mv_penalty= s->me.mv_penalty[s->f_code] + MAX_MV; 773 uint8_t * const mv_penalty= s->me.mv_penalty[s->f_code] + MAX_MV;
774 int same=1; 774 int same=1;
775 const int stride= s->linesize; 775 const int stride= s->linesize;
776 const int uvstride= s->uvlinesize; 776 const int uvstride= s->uvlinesize;
777 const int xmin= s->me.xmin;
778 const int ymin= s->me.ymin;
779 const int xmax= s->me.xmax;
780 const int ymax= s->me.ymax;
781 777
782 for(block=0; block<4; block++){ 778 for(block=0; block<4; block++){
783 int mx4, my4; 779 int mx4, my4;
784 int pred_x4, pred_y4; 780 int pred_x4, pred_y4;
785 int dmin4; 781 int dmin4;