Searched refs:num_colors (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dbitext.h20 int num_colors; member in struct:bit_map
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dwrtarga.c54 write_header (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, int num_colors) argument
62 if (num_colors > 0) {
64 targaheader[5] = (char) (num_colors & 0xFF);
65 targaheader[6] = (char) (num_colors >> 8);
79 if (num_colors > 0) {
170 int num_colors, i; local
184 num_colors = cinfo->actual_number_of_colors;
185 if (num_colors > 256)
186 ERREXIT1(cinfo, JERR_TOO_MANY_COLORS, num_colors);
187 write_header(cinfo, dinfo, num_colors);
[all...]
H A Dwrgif.c219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) argument
227 if (num_colors > 256)
228 ERREXIT1(dinfo->cinfo, JERR_TOO_MANY_COLORS, num_colors);
231 while (num_colors > (1 << BitsPerPixel))
261 if (i < num_colors) {
273 /* Create a gray-scale map of num_colors values, range 0..255 */
274 put_3bytes(dinfo, (i * 255 + (num_colors-1)/2) / (num_colors-1));
H A Dwrbmp.c296 int num_colors = cinfo->actual_number_of_colors; local
303 for (i = 0; i < num_colors; i++) {
312 for (i = 0; i < num_colors; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A Dbitext.c34 if (t->num_colors) {
37 align = t->num_colors;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Diommu.c127 iommu->usemap.num_colors = vac_cache_size >> PAGE_SHIFT;
129 iommu->usemap.num_colors = 1;

Completed in 116 milliseconds