# HG changeset patch # User michael # Date 1198232182 0 # Node ID c90798ac28eecb9158a7362dcfdb39f5dfdcd6c9 # Parent 1e3b5597505a2eeaab8d2e9d09dcb896d0c4d028 ~15% faster h264_chroma_mc2/4_c() these also prevent some possible out of array reads. diff -r 1e3b5597505a -r c90798ac28ee dsputil.c --- a/dsputil.c Fri Dec 21 10:01:04 2007 +0000 +++ b/dsputil.c Fri Dec 21 10:16:22 2007 +0000 @@ -1440,6 +1440,7 @@ \ assert(x<8 && y<8 && x>=0 && y>=0);\ \ + if(D){\ for(i=0; i=0 && y>=0);\ \ + if(D){\ for(i=0; i