Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djpeglib.h284 struct jpeg_compress_struct { struct
288 struct jpeg_destination_mgr * dest;
295 JDIMENSION image_width; /* input image width */
296 JDIMENSION image_height; /* input image height */
297 int input_components; /* # of color components in input image */
298 J_COLOR_SPACE in_color_space; /* colorspace of input image */
300 double input_gamma; /* image gamma of input image */
310 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
312 JDIMENSION jpeg_width; /* scaled JPEG image width */
313 JDIMENSION jpeg_height; /* scaled JPEG image height */
[all …]
/external/libjpeg-turbo/
Djpeglib.h296 struct jpeg_compress_struct { struct
300 struct jpeg_destination_mgr * dest;
307 JDIMENSION image_width; /* input image width */
308 JDIMENSION image_height; /* input image height */
309 int input_components; /* # of color components in input image */
310 J_COLOR_SPACE in_color_space; /* colorspace of input image */
312 double input_gamma; /* image gamma of input image */
323 unsigned int scale_num, scale_denom; /* fraction by which to scale image */
325 JDIMENSION jpeg_width; /* scaled JPEG image width */
326 JDIMENSION jpeg_height; /* scaled JPEG image height */
[all …]
/external/pdfium/third_party/libjpeg/
Djpeglib.h370 struct jpeg_compress_struct { struct
374 struct jpeg_destination_mgr * dest;
381 JDIMENSION image_width; /* input image width */
382 JDIMENSION image_height; /* input image height */
383 int input_components; /* # of color components in input image */
384 J_COLOR_SPACE in_color_space; /* colorspace of input image */
386 double input_gamma; /* image gamma of input image */
396 int data_precision; /* bits of precision in image data */
398 int num_components; /* # of color components in JPEG image */
399 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
[all …]