diff dsputil.h @ 9442:a91f60938763 libavcodec

Move VC1 loop filter to DSPContext
author conrad
date Wed, 15 Apr 2009 06:20:22 +0000
parents daee921fb6bb
children 3970fe47fea3
line wrap: on
line diff
--- a/dsputil.h	Wed Apr 15 02:25:42 2009 +0000
+++ b/dsputil.h	Wed Apr 15 06:20:22 2009 +0000
@@ -482,6 +482,7 @@
     void (*vc1_inv_trans_4x4)(uint8_t *dest, int line_size, DCTELEM *block);
     void (*vc1_v_overlap)(uint8_t* src, int stride);
     void (*vc1_h_overlap)(uint8_t* src, int stride);
+    void (*vc1_loop_filter)(uint8_t *src, int step, int stride, int len, int pq);
     /* put 8x8 block with bicubic interpolation and quarterpel precision
      * last argument is actually round value instead of height
      */