diff cavsdsp.c @ 11379:4b0cc1b97def libavcodec

Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c
author mru
date Sat, 06 Mar 2010 22:36:59 +0000
parents bf309c7ce615
children 1241c824de46
line wrap: on
line diff
--- a/cavsdsp.c	Sat Mar 06 22:36:55 2010 +0000
+++ b/cavsdsp.c	Sat Mar 06 22:36:59 2010 +0000
@@ -510,11 +510,6 @@
 CAVS_MC(avg_, 8)
 CAVS_MC(avg_, 16)
 
-void ff_put_cavs_qpel8_mc00_c(uint8_t *dst, uint8_t *src, int stride);
-void ff_avg_cavs_qpel8_mc00_c(uint8_t *dst, uint8_t *src, int stride);
-void ff_put_cavs_qpel16_mc00_c(uint8_t *dst, uint8_t *src, int stride);
-void ff_avg_cavs_qpel16_mc00_c(uint8_t *dst, uint8_t *src, int stride);
-
 av_cold void ff_cavsdsp_init(DSPContext* c, AVCodecContext *avctx) {
 #define dspfunc(PFX, IDX, NUM) \
     c->PFX ## _pixels_tab[IDX][ 0] = ff_ ## PFX ## NUM ## _mc00_c; \