Home
last modified time | relevance | path

Searched defs:num_colors (Results 1 – 13 of 13) 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.c367 int num_colors = cinfo->actual_number_of_colors; in write_colormap() local
/external/harfbuzz_ng/test/api/
Dtest-ot-color.c212 unsigned int num_colors = hb_ot_color_palette_get_colors (cpal_v0, 0, 0, NULL, NULL); in test_hb_ot_color_palette_get_colors_v0() local
262 unsigned int num_colors = hb_ot_color_palette_get_colors (cpal_v1, 0, 0, NULL, NULL); in test_hb_ot_color_palette_get_colors_v1() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_two_side.c102 uint num_colors = 0; in emit_prolog() local
/external/freetype/src/sfnt/
Dttcpal.c51 FT_UShort num_colors; /* Total number of color records, */ member
/external/harfbuzz_ng/src/
Dtest-ot-color.cc172 unsigned int num_colors = hb_ot_color_palette_get_colors (face, palette, 0, NULL, NULL); in layered_glyph_dump() 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.c68 static void GreedyMinimizeDeltas(uint32_t palette[], int num_colors) { in GreedyMinimizeDeltas()
95 static int PaletteHasNonMonotonousDeltas(uint32_t palette[], int num_colors) { in PaletteHasNonMonotonousDeltas()
127 const int num_colors = WebPGetColorPalette(pic, palette); in AnalyzeAndCreatePalette() local
1326 static void PrepareMapToPalette(const uint32_t palette[], int num_colors, in PrepareMapToPalette()
/external/webp/src/dec/
Dvp8l_dec.c1270 static int ExpandColorMap(int num_colors, VP8LTransform* const transform) { in ExpandColorMap()
1327 const int num_colors = VP8LReadBits(br, 8) + 1; in ReadTransform() local
/external/webp/src/mux/
Danim_encode.c886 const int num_colors = WebPGetColorPalette(&params->sub_frame_ll_, NULL); in GenerateCandidates() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c934 unsigned num_colors = !!(info->colors_read & 0x0f) + in si_get_ps_num_interp() local