diff dsputil.h @ 3807:6a40092eb9e6 libavcodec

approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
author lorenm
date Sun, 01 Oct 2006 21:25:17 +0000
parents 2ec498208c6a
children c8c591fe26f8
line wrap: on
line diff
--- a/dsputil.h	Sun Oct 01 18:19:49 2006 +0000
+++ b/dsputil.h	Sun Oct 01 21:25:17 2006 +0000
@@ -277,6 +277,9 @@
     qpel_mc_func put_h264_qpel_pixels_tab[4][16];
     qpel_mc_func avg_h264_qpel_pixels_tab[4][16];
 
+    qpel_mc_func put_2tap_qpel_pixels_tab[4][16];
+    qpel_mc_func avg_2tap_qpel_pixels_tab[4][16];
+
     h264_weight_func weight_h264_pixels_tab[10];
     h264_biweight_func biweight_h264_pixels_tab[10];