comparison dsputil.h @ 50:4ea4c10d03d8 libavcodec

export for imgconvert usage
author glantau
date Sat, 11 Aug 2001 19:00:43 +0000
parents 2733a4c1c693
children 4bfc845cdfea
comparison
equal deleted inserted replaced
49:0d1f70657c73 50:4ea4c10d03d8
23 /* pixel operations */ 23 /* pixel operations */
24 #define MAX_NEG_CROP 384 24 #define MAX_NEG_CROP 384
25 25
26 /* temporary */ 26 /* temporary */
27 extern UINT32 squareTbl[512]; 27 extern UINT32 squareTbl[512];
28 extern UINT8 cropTbl[256 + 2 * MAX_NEG_CROP];
28 29
29 void dsputil_init(void); 30 void dsputil_init(void);
30 31
31 /* pixel ops : interface with DCT */ 32 /* pixel ops : interface with DCT */
32 33