Home
last modified time | relevance | path

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

/external/jpeg/
Djpeglib.h272 struct jpeg_compress_struct { struct
276 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 …]