• Home
  • Raw
  • Download

Lines Matching refs:JDIMENSION

148   JDIMENSION width_in_blocks;
149 JDIMENSION height_in_blocks;
168 JDIMENSION downsampled_width; /* actual width in samples */
169 JDIMENSION downsampled_height; /* actual height in samples */
314 JDIMENSION image_width; /* input image width */
315 JDIMENSION image_height; /* input image height */
332 JDIMENSION jpeg_width; /* scaled JPEG image width */
333 JDIMENSION jpeg_height; /* scaled JPEG image height */
410 JDIMENSION next_scanline; /* 0 .. image_height-1 */
428 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
443 JDIMENSION MCUs_per_row; /* # of MCUs across the image */
444 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
487 JDIMENSION image_width; /* nominal image width (from SOF marker) */
488 JDIMENSION image_height; /* nominal image height */
526 JDIMENSION output_width; /* scaled image width */
527 JDIMENSION output_height; /* scaled image height */
556 JDIMENSION output_scanline; /* 0 .. output_height-1 */
562 JDIMENSION input_iMCU_row; /* Number of iMCU rows completed */
569 JDIMENSION output_iMCU_row; /* Number of iMCU rows read */
655 JDIMENSION total_iMCU_rows; /* # of iMCU rows in image */
675 JDIMENSION MCUs_per_row; /* # of MCUs across the image */
676 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
845 JDIMENSION samplesperrow, JDIMENSION numrows);
847 JDIMENSION blocksperrow, JDIMENSION numrows);
850 JDIMENSION samplesperrow,
851 JDIMENSION numrows,
852 JDIMENSION maxaccess);
855 JDIMENSION blocksperrow,
856 JDIMENSION numrows,
857 JDIMENSION maxaccess);
860 JDIMENSION start_row, JDIMENSION num_rows,
863 JDIMENSION start_row, JDIMENSION num_rows,
959 EXTERN(JDIMENSION) jpeg_write_scanlines(j_compress_ptr cinfo,
961 JDIMENSION num_lines);
970 EXTERN(JDIMENSION) jpeg_write_raw_data(j_compress_ptr cinfo, JSAMPIMAGE data,
971 JDIMENSION num_lines);
1004 EXTERN(JDIMENSION) jpeg_read_scanlines(j_decompress_ptr cinfo,
1006 JDIMENSION max_lines);
1007 EXTERN(JDIMENSION) jpeg_skip_scanlines(j_decompress_ptr cinfo,
1008 JDIMENSION num_lines);
1009 EXTERN(void) jpeg_crop_scanline(j_decompress_ptr cinfo, JDIMENSION *xoffset,
1010 JDIMENSION *width);
1014 EXTERN(JDIMENSION) jpeg_read_raw_data(j_decompress_ptr cinfo, JSAMPIMAGE data,
1015 JDIMENSION max_lines);