Searched defs:num_colors (Results 1 – 9 of 9) sorted by relevance
| /external/libjpeg-turbo/ |
| D | wrtarga.c | 47 write_header (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, int num_colors) in write_header() 163 int num_colors, i; in start_output_tga() local
|
| D | wrgif.c | 221 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) in emit_header()
|
| D | wrbmp.c | 334 int num_colors = cinfo->actual_number_of_colors; in write_colormap() local
|
| /external/opencv3/3rdparty/libwebp/enc/ |
| D | alpha.c | 236 const int num_colors = GetNumColors(quant_alpha, width, height, width); in EncodeAlpha() local
|
| D | vp8l.c | 52 int num_colors = 0; in AnalyzeAndCreatePalette() local
|
| /external/webp/src/enc/ |
| D | vp8l.c | 70 static void GreedyMinimizeDeltas(uint32_t palette[], int num_colors) { in GreedyMinimizeDeltas() 97 static int PaletteHasNonMonotonousDeltas(uint32_t palette[], int num_colors) { in PaletteHasNonMonotonousDeltas() 130 int num_colors = 0; in AnalyzeAndCreatePalette() local 1181 static void MapToPalette(const uint32_t palette[], int num_colors, in MapToPalette()
|
| D | alpha.c | 204 const int num_colors = GetNumColors(alpha, width, height, width); in GetFilterMap() local
|
| /external/opencv3/3rdparty/libwebp/dec/ |
| D | vp8l.c | 825 static int ExpandColorMap(int num_colors, VP8LTransform* const transform) { in ExpandColorMap() 881 const int num_colors = VP8LReadBits(br, 8) + 1; in ReadTransform() local
|
| /external/webp/src/dec/ |
| D | vp8l.c | 1169 static int ExpandColorMap(int num_colors, VP8LTransform* const transform) { in ExpandColorMap() 1225 const int num_colors = VP8LReadBits(br, 8) + 1; in ReadTransform() local
|