comparison dsputil.h @ 4176:23da44e8fd05 libavcodec

rename cropTbl -> ff_cropTbl
author mru
date Sun, 12 Nov 2006 20:08:09 +0000
parents c8c591fe26f8
children 46d38e3d7038
comparison
equal deleted inserted replaced
4175:b3328ed50a5e 4176:23da44e8fd05
73 /* pixel operations */ 73 /* pixel operations */
74 #define MAX_NEG_CROP 1024 74 #define MAX_NEG_CROP 1024
75 75
76 /* temporary */ 76 /* temporary */
77 extern uint32_t squareTbl[512]; 77 extern uint32_t squareTbl[512];
78 extern uint8_t cropTbl[256 + 2 * MAX_NEG_CROP]; 78 extern uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP];
79 79
80 /* VP3 DSP functions */ 80 /* VP3 DSP functions */
81 void ff_vp3_idct_c(DCTELEM *block/* align 16*/); 81 void ff_vp3_idct_c(DCTELEM *block/* align 16*/);
82 void ff_vp3_idct_put_c(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/); 82 void ff_vp3_idct_put_c(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/);
83 void ff_vp3_idct_add_c(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/); 83 void ff_vp3_idct_add_c(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/);