diff dsputil.h @ 9437:8aa2e86549cd libavcodec

VC1: Do qpel when needed for both MVs in a B frame
author conrad
date Tue, 14 Apr 2009 19:26:33 +0000
parents dfed6a243bab
children ef3a7b711cc0
line wrap: on
line diff
--- a/dsputil.h	Tue Apr 14 04:07:35 2009 +0000
+++ b/dsputil.h	Tue Apr 14 19:26:33 2009 +0000
@@ -485,6 +485,7 @@
      * last argument is actually round value instead of height
      */
     op_pixels_func put_vc1_mspel_pixels_tab[16];
+    op_pixels_func avg_vc1_mspel_pixels_tab[16];
 
     /* intrax8 functions */
     void (*x8_spatial_compensation[12])(uint8_t *src , uint8_t *dst, int linesize);