diff dsputil.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 f46b68960464
children 8f061327e46a
line wrap: on
line diff
--- a/dsputil.c	Sat Mar 06 22:36:55 2010 +0000
+++ b/dsputil.c	Sat Mar 06 22:36:59 2010 +0000
@@ -44,14 +44,6 @@
 /* snow.c */
 void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count);
 
-/* eaidct.c */
-void ff_ea_idct_put_c(uint8_t *dest, int linesize, DCTELEM *block);
-
-/* binkidct.c */
-void ff_bink_idct_c    (DCTELEM *block);
-void ff_bink_idct_add_c(uint8_t *dest, int linesize, DCTELEM *block);
-void ff_bink_idct_put_c(uint8_t *dest, int linesize, DCTELEM *block);
-
 uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP] = {0, };
 uint32_t ff_squareTbl[512] = {0, };