X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fmpeg2enc%2Fmotion.c.unroll;h=a899c321aef1a7297b26172bd751f174da348704;hb=HEAD;hp=055779fbfa3563639dde58257a5e2b3d06cbe903;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/mpeg2enc/motion.c.unroll b/cinelerra-5.1/mpeg2enc/motion.c.unroll index 055779fb..a899c321 100644 --- a/cinelerra-5.1/mpeg2enc/motion.c.unroll +++ b/cinelerra-5.1/mpeg2enc/motion.c.unroll @@ -1646,8 +1646,8 @@ static int dist2(blk1, blk2, lx, hx, hy, h) unsigned char *blk1,*blk2; int lx,hx,hy,h; { - register unsigned char *p1,*p1a,*p2; - register int v, s; + unsigned char *p1,*p1a,*p2; + int v, s; int j; s = 0; @@ -1827,9 +1827,9 @@ static int bdist2(pf,pb,p2,lx,hxf,hyf,hxb,hyb,h) unsigned char *pf,*pb,*p2; int lx,hxf,hyf,hxb,hyb,h; { - register unsigned char *pfa,*pfb,*pfc,*pba,*pbb,*pbc; + unsigned char *pfa,*pfb,*pfc,*pba,*pbb,*pbc; int j; - register int i, s, v; + int i, s, v; pfa = pf + hxf; pfb = pf + lx*hyf; @@ -1931,7 +1931,7 @@ unsigned char *p; int lx; { int i, j; - register unsigned int v, s, s2; + unsigned int v, s, s2; s = s2 = 0;