Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:JDIMENSION

142   JDIMENSION width_in_blocks;
143 JDIMENSION height_in_blocks;
162 JDIMENSION downsampled_width; /* actual width in samples */
163 JDIMENSION downsampled_height; /* actual height in samples */
308 JDIMENSION image_width; /* input image width */
309 JDIMENSION image_height; /* input image height */
326 JDIMENSION jpeg_width; /* scaled JPEG image width */
327 JDIMENSION jpeg_height; /* scaled JPEG image height */
404 JDIMENSION next_scanline; /* 0 .. image_height-1 */
422 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
437 JDIMENSION MCUs_per_row; /* # of MCUs across the image */
438 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
481 JDIMENSION image_width; /* nominal image width (from SOF marker) */
482 JDIMENSION image_height; /* nominal image height */
520 JDIMENSION output_width; /* scaled image width */
521 JDIMENSION output_height; /* scaled image height */
550 JDIMENSION output_scanline; /* 0 .. output_height-1 */
556 JDIMENSION input_iMCU_row; /* Number of iMCU rows completed */
563 JDIMENSION output_iMCU_row; /* Number of iMCU rows read */
649 JDIMENSION total_iMCU_rows; /* # of iMCU rows in image */
669 JDIMENSION MCUs_per_row; /* # of MCUs across the image */
670 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
839 JDIMENSION samplesperrow, JDIMENSION numrows);
841 JDIMENSION blocksperrow, JDIMENSION numrows);
844 JDIMENSION samplesperrow,
845 JDIMENSION numrows,
846 JDIMENSION maxaccess);
849 JDIMENSION blocksperrow,
850 JDIMENSION numrows,
851 JDIMENSION maxaccess);
854 JDIMENSION start_row, JDIMENSION num_rows,
857 JDIMENSION start_row, JDIMENSION num_rows,
954 EXTERN(JDIMENSION) jpeg_write_scanlines (j_compress_ptr cinfo,
956 JDIMENSION num_lines);
965 EXTERN(JDIMENSION) jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data,
966 JDIMENSION num_lines);
993 EXTERN(JDIMENSION) jpeg_read_scanlines (j_decompress_ptr cinfo,
995 JDIMENSION max_lines);
996 EXTERN(JDIMENSION) jpeg_skip_scanlines (j_decompress_ptr cinfo,
997 JDIMENSION num_lines);
998 EXTERN(void) jpeg_crop_scanline (j_decompress_ptr cinfo, JDIMENSION *xoffset,
999 JDIMENSION *width);
1003 EXTERN(JDIMENSION) jpeg_read_raw_data (j_decompress_ptr cinfo, JSAMPIMAGE data,
1004 JDIMENSION max_lines);