# HG changeset patch # User glantau # Date 997556443 0 # Node ID 4ea4c10d03d804edb051a22d24d24ae3ca9ff0fb # Parent 0d1f70657c73b4897a31d997ec2ea42165459d42 export for imgconvert usage diff -r 0d1f70657c73 -r 4ea4c10d03d8 dsputil.c --- a/dsputil.c Sat Aug 11 19:00:05 2001 +0000 +++ b/dsputil.c Sat Aug 11 19:00:43 2001 +0000 @@ -31,7 +31,7 @@ op_pixels_abs_func pix_abs16x16_y2; op_pixels_abs_func pix_abs16x16_xy2; -static UINT8 cropTbl[256 + 2 * MAX_NEG_CROP]; +UINT8 cropTbl[256 + 2 * MAX_NEG_CROP]; UINT32 squareTbl[512]; extern UINT16 default_intra_matrix[64]; diff -r 0d1f70657c73 -r 4ea4c10d03d8 dsputil.h --- a/dsputil.h Sat Aug 11 19:00:05 2001 +0000 +++ b/dsputil.h Sat Aug 11 19:00:43 2001 +0000 @@ -25,6 +25,7 @@ /* temporary */ extern UINT32 squareTbl[512]; +extern UINT8 cropTbl[256 + 2 * MAX_NEG_CROP]; void dsputil_init(void);