comparison dsputil.h @ 3665:9d942506b1f2 libavcodec

Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
author kostya
date Sat, 02 Sep 2006 04:58:51 +0000
parents 8e180a3276fe
children 4d346abd723c
comparison
equal deleted inserted replaced
3664:de842f000384 3665:9d942506b1f2
396 void (*vc1_h_overlap)(uint8_t* src, int stride, int rnd); 396 void (*vc1_h_overlap)(uint8_t* src, int stride, int rnd);
397 /* put 8x8 block with bicubic interpolation and quarterpel precision 397 /* put 8x8 block with bicubic interpolation and quarterpel precision
398 * last argument is actually round value instead of height 398 * last argument is actually round value instead of height
399 */ 399 */
400 op_pixels_func put_vc1_mspel_pixels_tab[16]; 400 op_pixels_func put_vc1_mspel_pixels_tab[16];
401 op_pixels_func put_vc1_qpel_pixels_tab[16];
402 } DSPContext; 401 } DSPContext;
403 402
404 void dsputil_static_init(void); 403 void dsputil_static_init(void);
405 void dsputil_init(DSPContext* p, AVCodecContext *avctx); 404 void dsputil_init(DSPContext* p, AVCodecContext *avctx);
406 405