From 0338c396987c82b41d322630ea9712fe5f9561d6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 5 Nov 2013 08:11:47 +0100 Subject: dsputil: Split off H.263 bits into their own H263DSPContext --- libavcodec/dsputil.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index c248b9f3a4..b110f080c9 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -202,9 +202,6 @@ typedef struct DSPContext { void (*bswap_buf)(uint32_t *dst, const uint32_t *src, int w); void (*bswap16_buf)(uint16_t *dst, const uint16_t *src, int len); - void (*h263_v_loop_filter)(uint8_t *src, int stride, int qscale); - void (*h263_h_loop_filter)(uint8_t *src, int stride, int qscale); - /* assume len is a multiple of 8, and arrays are 16-byte aligned */ void (*vector_clipf)(float *dst /* align 16 */, const float *src /* align 16 */, float min, float max, int len /* align 16 */); -- cgit v1.2.3