Home
last modified time | relevance | path

Searched refs:Rgb2Index (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.3.1/build/tools/ppmconv/
Dppmconvbg.c97 static int Rgb2Index(int num_pixels, u8 *rgb_buffer, u8 *index_buffer, int max_colors,
282 static int Rgb2Index(int num_pixels, u8 *rgb_buffer, u8 *index_buffer, int max_colors, in Rgb2Index() function
533 result = Rgb2Index(num_pixels, rgb_buffer, index_buffer, colormax, &clut); in Convert()