comparison dsputil.h @ 2090:869805505b30 libavcodec

increase size of crop table
author michael
date Mon, 21 Jun 2004 01:01:44 +0000
parents aae3b4e66560
children 3378d0677903
comparison
equal deleted inserted replaced
2089:9e0b49e1c7ff 2090:869805505b30
52 extern const uint8_t ff_alternate_vertical_scan[64]; 52 extern const uint8_t ff_alternate_vertical_scan[64];
53 extern const uint8_t ff_zigzag_direct[64]; 53 extern const uint8_t ff_zigzag_direct[64];
54 extern const uint8_t ff_zigzag248_direct[64]; 54 extern const uint8_t ff_zigzag248_direct[64];
55 55
56 /* pixel operations */ 56 /* pixel operations */
57 #define MAX_NEG_CROP 384 57 #define MAX_NEG_CROP 1024
58 58
59 /* temporary */ 59 /* temporary */
60 extern uint32_t squareTbl[512]; 60 extern uint32_t squareTbl[512];
61 extern uint8_t cropTbl[256 + 2 * MAX_NEG_CROP]; 61 extern uint8_t cropTbl[256 + 2 * MAX_NEG_CROP];
62 62