comparison dsputil.h @ 4179:46d38e3d7038 libavcodec

rename squareTbl -> ff_squareTbl
author mru
date Sun, 12 Nov 2006 21:48:04 +0000
parents 23da44e8fd05
children fbac0859753d
comparison
equal deleted inserted replaced
4178:f623a9939995 4179:46d38e3d7038
72 72
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 ff_squareTbl[512];
78 extern uint8_t ff_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*/);