Searched defs:jpeg_compress_struct (Results 1 – 3 of 3) sorted by relevance
272 struct jpeg_compress_struct { struct276 struct jpeg_destination_mgr * dest;283 JDIMENSION image_width; /* input image width */284 JDIMENSION image_height; /* input image height */285 int input_components; /* # of color components in input image */286 J_COLOR_SPACE in_color_space; /* colorspace of input image */288 double input_gamma; /* image gamma of input image */298 int data_precision; /* bits of precision in image data */300 int num_components; /* # of color components in JPEG image */301 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */[all …]
335 struct jpeg_compress_struct { struct339 struct jpeg_destination_mgr * dest;346 JDIMENSION image_width; /* input image width */347 JDIMENSION image_height; /* input image height */348 int input_components; /* # of color components in input image */349 J_COLOR_SPACE in_color_space; /* colorspace of input image */351 double input_gamma; /* image gamma of input image */361 int data_precision; /* bits of precision in image data */363 int num_components; /* # of color components in JPEG image */364 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */[all …]