From c166148409fe8f0dbccef2fe684286a40ba1e37d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 30 Dec 2013 19:56:07 +0100 Subject: dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc --- libavcodec/dsputil.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index f8b7b0d892..284973e138 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -58,9 +58,6 @@ typedef struct DSPContext { int stride); int (*sum_abs_dctelem)(int16_t *block /* align 16 */); - int (*pix_sum)(uint8_t *pix, int line_size); - int (*pix_norm1)(uint8_t *pix, int line_size); - me_cmp_func sad[6]; /* identical to pix_absAxA except additional void * */ me_cmp_func sse[6]; me_cmp_func hadamard8_diff[6]; @@ -92,9 +89,6 @@ typedef struct DSPContext { #define EDGE_WIDTH 16 #define EDGE_TOP 1 #define EDGE_BOTTOM 2 - - void (*shrink[4])(uint8_t *dst, int dst_wrap, const uint8_t *src, - int src_wrap, int width, int height); } DSPContext; void ff_dsputil_static_init(void); -- cgit v1.2.3