Home
last modified time | relevance | path

Searched defs:max_colors (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.4/build/tools/ppmconv/
Dppmconvbg.c70 int max_colors; member
212 static void ColorTableInit(ColorTable * t, int max_colors) in ColorTableInit()
282 static int Rgb2Index(int num_pixels, u8 *rgb_buffer, u8 *index_buffer, int max_colors, in Rgb2Index()
405 static void OutputIndex(FILE * fp, char *label, int max_colors, int width, int height, u8 *pixel) in OutputIndex()