comparison 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
comparison
equal deleted inserted replaced
3806:e1986d9ddc2d 3807:6a40092eb9e6
274 h264_chroma_mc_func put_no_rnd_h264_chroma_pixels_tab[3]; 274 h264_chroma_mc_func put_no_rnd_h264_chroma_pixels_tab[3];
275 h264_chroma_mc_func avg_h264_chroma_pixels_tab[3]; 275 h264_chroma_mc_func avg_h264_chroma_pixels_tab[3];
276 276
277 qpel_mc_func put_h264_qpel_pixels_tab[4][16]; 277 qpel_mc_func put_h264_qpel_pixels_tab[4][16];
278 qpel_mc_func avg_h264_qpel_pixels_tab[4][16]; 278 qpel_mc_func avg_h264_qpel_pixels_tab[4][16];
279
280 qpel_mc_func put_2tap_qpel_pixels_tab[4][16];
281 qpel_mc_func avg_2tap_qpel_pixels_tab[4][16];
279 282
280 h264_weight_func weight_h264_pixels_tab[10]; 283 h264_weight_func weight_h264_pixels_tab[10];
281 h264_biweight_func biweight_h264_pixels_tab[10]; 284 h264_biweight_func biweight_h264_pixels_tab[10];
282 285
283 /* AVS specific */ 286 /* AVS specific */