Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djpeglib.h297 struct jpeg_compress_struct { struct
301 struct jpeg_destination_mgr *dest;
308 JDIMENSION image_width; /* input image width */
309 JDIMENSION image_height; /* input image height */
310 int input_components; /* # of color components in input image */
311 J_COLOR_SPACE in_color_space; /* colorspace of input image */
313 double input_gamma; /* image gamma of input image */
324 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
326 JDIMENSION jpeg_width; /* scaled JPEG image width */
327 JDIMENSION jpeg_height; /* scaled JPEG image height */
[all …]