diff dsputil.h @ 1864:9a73e6dc5d68 libavcodec

fix motion compensation with (x+1/2,y+1/2) MVs
author michael
date Fri, 05 Mar 2004 18:44:04 +0000
parents 65f7bd09f37b
children 1755f959ab7f
line wrap: on
line diff
--- a/dsputil.h	Fri Mar 05 15:10:56 2004 +0000
+++ b/dsputil.h	Fri Mar 05 18:44:04 2004 +0000
@@ -204,6 +204,8 @@
      */
     op_pixels_func avg_no_rnd_pixels_tab[2][4];
     
+    void (*put_no_rnd_pixels_l2[2])(uint8_t *block/*align width (8 or 16)*/, const uint8_t *a/*align 1*/, const uint8_t *b/*align 1*/, int line_size, int h);
+    
     /**
      * Thirdpel motion compensation with rounding (a+b+1)>>1.
      * this is an array[12] of motion compensation funcions for the 9 thirdpel positions<br>