Searched refs:index_buffer (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.5/build/tools/ppmconv/ |
| D | ppmconvbg.c | 97 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() argument 303 index_buffer[i] = index; in Rgb2Index() 493 u8 *index_buffer = NULL; in Convert() local 529 index_buffer = (u8 *)malloc(num_pixels * 1); in Convert() 530 if (!index_buffer) in Convert() 533 result = Rgb2Index(num_pixels, rgb_buffer, index_buffer, colormax, &clut); in Convert() 553 OutputIndex(fp, valuelabel, colormax, width, height, index_buffer); in Convert() 556 free(index_buffer); in Convert() 565 if (index_buffer) in Convert() [all …]
|