Home
last modified time | relevance | path

Searched defs:jpeg_decompress_struct (Results 1 – 2 of 2) sorted by relevance

/external/tesseract/liblept/
Djpeglib.h415 struct jpeg_decompress_struct { struct
419 struct jpeg_source_mgr * src;
424 JDIMENSION image_width; /* nominal image width (from SOF marker) */
425 JDIMENSION image_height; /* nominal image height */
426 int num_components; /* # of color components in JPEG image */
427 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
434 J_COLOR_SPACE out_color_space; /* colorspace for output */
436 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
438 double output_gamma; /* image gamma wanted in output */
440 boolean buffered_image; /* TRUE=multiple output passes */
[all …]
/external/jpeg/
Djpeglib.h415 struct jpeg_decompress_struct { struct
419 struct jpeg_source_mgr * src;
424 JDIMENSION image_width; /* nominal image width (from SOF marker) */
425 JDIMENSION image_height; /* nominal image height */
426 int num_components; /* # of color components in JPEG image */
427 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
434 J_COLOR_SPACE out_color_space; /* colorspace for output */
436 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
438 double output_gamma; /* image gamma wanted in output */
440 boolean buffered_image; /* TRUE=multiple output passes */
[all …]