Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dwrtarga.c48 write_header (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, int num_colors) in write_header()
164 int num_colors, i; in start_output_tga() local
Dwrgif.c222 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) in emit_header()
Dwrbmp.c335 int num_colors = cinfo->actual_number_of_colors; in write_colormap() local
/external/trappy/trappy/plotter/
DColorMap.py43 def __init__(self, num_colors, cmap='hsv'): argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_two_side.c102 uint num_colors = 0; in emit_prolog() local
/external/webp/src/utils/
Dutils.c253 int num_colors = 0; in WebPGetColorPalette() local
/external/webp/src/enc/
Dalpha_enc.c210 const int num_colors = GetNumColors(alpha, width, height, width); in GetFilterMap() local
Dvp8l_enc.c70 static void GreedyMinimizeDeltas(uint32_t palette[], int num_colors) { in GreedyMinimizeDeltas()
97 static int PaletteHasNonMonotonousDeltas(uint32_t palette[], int num_colors) { in PaletteHasNonMonotonousDeltas()
129 const int num_colors = WebPGetColorPalette(pic, palette); in AnalyzeAndCreatePalette() local
1322 static void PrepareMapToPalette(const uint32_t palette[], int num_colors, in PrepareMapToPalette()
/external/webp/src/dec/
Dvp8l_dec.c1217 static int ExpandColorMap(int num_colors, VP8LTransform* const transform) { in ExpandColorMap()
1274 const int num_colors = VP8LReadBits(br, 8) + 1; in ReadTransform() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c633 unsigned num_colors = !!(info->colors_read & 0x0f) + in si_get_ps_num_interp() local
/external/webp/src/mux/
Danim_encode.c886 const int num_colors = WebPGetColorPalette(&params->sub_frame_ll_, NULL); in GenerateCandidates() local