comparison src/imgproc.h @ 269:b2472a1930f2 r20-5b33

Import from CVS: tag r20-5b33
author cvs
date Mon, 13 Aug 2007 10:27:19 +0200
parents 8efd647ea9ca
children 74fd4e045ea6
comparison
equal deleted inserted replaced
268:6ced69ccd85f 269:b2472a1930f2
57 C_cell **ColorCells; /* used and freed internally */ 57 C_cell **ColorCells; /* used and freed internally */
58 } quant_table; 58 } quant_table;
59 59
60 #define QUANT_GET_COLOR(qt,r,g,b) (qt->histogram[r>>COLOR_SHIFT][g>>COLOR_SHIFT][b>>COLOR_SHIFT]) 60 #define QUANT_GET_COLOR(qt,r,g,b) (qt->histogram[r>>COLOR_SHIFT][g>>COLOR_SHIFT][b>>COLOR_SHIFT])
61 61
62 quant_table *EImage_build_quantable(unsigned char *eimage, int width, int height, int num_colors); 62 quant_table *build_EImage_quantable(unsigned char *eimage, int width, int height, int num_colors);