HomeSort by relevance Sort by last modified time
    Searched refs:actual_number_of_colors (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
rdcolmap.c 51 int ncolors = cinfo->actual_number_of_colors;
70 cinfo->actual_number_of_colors++;
227 * Output: colormap and actual_number_of_colors fields are set in cinfo.
237 cinfo->actual_number_of_colors = 0; /* initialize map to empty */
wrrle.c 124 for (i = 0; i < cinfo->actual_number_of_colors; i++) {
202 sprintf(cmapcomment, "color_map_length=%d", cinfo->actual_number_of_colors);
wrtarga.c 184 num_colors = cinfo->actual_number_of_colors;
wrgif.c 307 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap);
jquant2.c 548 cinfo->actual_number_of_colors = numboxes;
641 int numcolors = cinfo->actual_number_of_colors;
    [all...]
wrbmp.c 296 int num_colors = cinfo->actual_number_of_colors;
jpeglib.h 541 * The map has out_color_components rows and actual_number_of_colors columns.
543 int actual_number_of_colors; /* number of entries in use */ member in struct:jpeg_decompress_struct
    [all...]
jquant1.c 754 cinfo->actual_number_of_colors = cquantize->sv_actual;
  /external/jpeg/
rdcolmap.c 51 int ncolors = cinfo->actual_number_of_colors;
70 cinfo->actual_number_of_colors++;
227 * Output: colormap and actual_number_of_colors fields are set in cinfo.
237 cinfo->actual_number_of_colors = 0; /* initialize map to empty */
wrrle.c 124 for (i = 0; i < cinfo->actual_number_of_colors; i++) {
202 sprintf(cmapcomment, "color_map_length=%d", cinfo->actual_number_of_colors);
wrtarga.c 184 num_colors = cinfo->actual_number_of_colors;
wrgif.c 307 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap);
jquant2.c 564 cinfo->actual_number_of_colors = numboxes;
657 int numcolors = cinfo->actual_number_of_colors;
    [all...]
wrbmp.c 296 int num_colors = cinfo->actual_number_of_colors;
jpeglib.h 483 * The map has out_color_components rows and actual_number_of_colors columns.
485 int actual_number_of_colors; /* number of entries in use */ member in struct:jpeg_decompress_struct
    [all...]
jquant1.c 749 cinfo->actual_number_of_colors = cquantize->sv_actual;
  /external/qemu/distrib/jpeg-6b/
rdcolmap.c 51 int ncolors = cinfo->actual_number_of_colors;
70 cinfo->actual_number_of_colors++;
227 * Output: colormap and actual_number_of_colors fields are set in cinfo.
237 cinfo->actual_number_of_colors = 0; /* initialize map to empty */
wrrle.c 124 for (i = 0; i < cinfo->actual_number_of_colors; i++) {
202 sprintf(cmapcomment, "color_map_length=%d", cinfo->actual_number_of_colors);
wrtarga.c 184 num_colors = cinfo->actual_number_of_colors;
wrgif.c 307 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap);
jquant2.c 564 cinfo->actual_number_of_colors = numboxes;
657 int numcolors = cinfo->actual_number_of_colors;
    [all...]
wrbmp.c 296 int num_colors = cinfo->actual_number_of_colors;
jpeglib.h 483 * The map has out_color_components rows and actual_number_of_colors columns.
485 int actual_number_of_colors; /* number of entries in use */ member in struct:jpeg_decompress_struct
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 543 * The map has out_color_components rows and actual_number_of_colors columns.
545 int actual_number_of_colors; /* number of entries in use */ member in struct:jpeg_decompress_struct
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 543 * The map has out_color_components rows and actual_number_of_colors columns.
545 int actual_number_of_colors; /* number of entries in use */ member in struct:jpeg_decompress_struct
    [all...]

Completed in 89 milliseconds

1 2