Searched defs:jpeg_decompress_struct (Results 1 – 3 of 3) sorted by relevance
415 struct jpeg_decompress_struct { struct419 struct jpeg_source_mgr * src;424 JDIMENSION original_image_width; /* nominal image width (from SOF marker) */426 JDIMENSION image_width; /* nominal image width (from SOF marker)428 JDIMENSION image_height; /* nominal image height */429 int num_components; /* # of color components in JPEG image */430 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */437 J_COLOR_SPACE out_color_space; /* colorspace for output */439 unsigned int scale_num, scale_denom; /* fraction by which to scale image */441 double output_gamma; /* image gamma wanted in output */[all …]
478 struct jpeg_decompress_struct { struct482 struct jpeg_source_mgr * src;487 JDIMENSION image_width; /* nominal image width (from SOF marker) */488 JDIMENSION image_height; /* nominal image height */489 int num_components; /* # of color components in JPEG image */490 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */497 J_COLOR_SPACE out_color_space; /* colorspace for output */499 unsigned int scale_num, scale_denom; /* fraction by which to scale image */501 double output_gamma; /* image gamma wanted in output */503 boolean buffered_image; /* TRUE=multiple output passes */[all …]