• Home
  • Raw
  • Download

Lines Matching refs:JDIMENSION

139   JDIMENSION width_in_blocks;
140 JDIMENSION height_in_blocks;
154 JDIMENSION downsampled_width; /* actual width in samples */
155 JDIMENSION downsampled_height; /* actual height in samples */
283 JDIMENSION image_width; /* input image width */
284 JDIMENSION image_height; /* input image height */
358 JDIMENSION next_scanline; /* 0 .. image_height-1 */
371 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
386 JDIMENSION MCUs_per_row; /* # of MCUs across the image */
387 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
424 JDIMENSION original_image_width; /* nominal image width (from SOF marker) */
426 JDIMENSION image_width; /* nominal image width (from SOF marker)
428 JDIMENSION image_height; /* nominal image height */
466 JDIMENSION output_width; /* scaled image width */
467 JDIMENSION output_height; /* scaled image height */
496 JDIMENSION output_scanline; /* 0 .. output_height-1 */
502 JDIMENSION input_iMCU_row; /* Number of iMCU rows completed */
509 JDIMENSION output_iMCU_row; /* Number of iMCU rows read */
588 JDIMENSION total_iMCU_rows; /* # of iMCU rows in image */
608 JDIMENSION MCUs_per_row; /* # of MCUs across the image */
609 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
827 JDIMENSION samplesperrow,
828 JDIMENSION numrows));
830 JDIMENSION blocksperrow,
831 JDIMENSION numrows));
835 JDIMENSION samplesperrow,
836 JDIMENSION numrows,
837 JDIMENSION maxaccess));
841 JDIMENSION blocksperrow,
842 JDIMENSION numrows,
843 JDIMENSION maxaccess));
847 JDIMENSION start_row,
848 JDIMENSION num_rows,
852 JDIMENSION start_row,
853 JDIMENSION num_rows,
1002 EXTERN(JDIMENSION) jpeg_write_scanlines JPP((j_compress_ptr cinfo,
1004 JDIMENSION num_lines));
1008 EXTERN(JDIMENSION) jpeg_write_raw_data JPP((j_compress_ptr cinfo,
1010 JDIMENSION num_lines));
1041 EXTERN(JDIMENSION) jpeg_read_scanlines JPP((j_decompress_ptr cinfo,
1043 JDIMENSION max_lines));
1044 EXTERN(JDIMENSION) jpeg_read_scanlines_from JPP((j_decompress_ptr cinfo,
1047 JDIMENSION max_lines));
1048 EXTERN(JDIMENSION) jpeg_read_tile_scanline JPP((j_decompress_ptr cinfo,
1058 EXTERN(JDIMENSION) jpeg_read_raw_data JPP((j_decompress_ptr cinfo,
1060 JDIMENSION max_lines));