Lines Matching refs:JDIMENSION
241 JDIMENSION width_in_blocks;
242 JDIMENSION height_in_blocks;
256 JDIMENSION downsampled_width; /* actual width in samples */
257 JDIMENSION downsampled_height; /* actual height in samples */
381 JDIMENSION image_width; /* input image width */
382 JDIMENSION image_height; /* input image height */
456 JDIMENSION next_scanline; /* 0 .. image_height-1 */
469 JDIMENSION total_iMCU_rows; /* # of iMCU rows to be input to coef ctlr */
484 JDIMENSION MCUs_per_row; /* # of MCUs across the image */
485 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
522 JDIMENSION image_width; /* nominal image width (from SOF marker) */
523 JDIMENSION image_height; /* nominal image height */
561 JDIMENSION output_width; /* scaled image width */
562 JDIMENSION output_height; /* scaled image height */
591 JDIMENSION output_scanline; /* 0 .. output_height-1 */
597 JDIMENSION input_iMCU_row; /* Number of iMCU rows completed */
604 JDIMENSION output_iMCU_row; /* Number of iMCU rows read */
682 JDIMENSION total_iMCU_rows; /* # of iMCU rows in image */
702 JDIMENSION MCUs_per_row; /* # of MCUs across the image */
703 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
865 JDIMENSION samplesperrow,
866 JDIMENSION numrows));
868 JDIMENSION blocksperrow,
869 JDIMENSION numrows));
873 JDIMENSION samplesperrow,
874 JDIMENSION numrows,
875 JDIMENSION maxaccess));
879 JDIMENSION blocksperrow,
880 JDIMENSION numrows,
881 JDIMENSION maxaccess));
885 JDIMENSION start_row,
886 JDIMENSION num_rows,
890 JDIMENSION start_row,
891 JDIMENSION num_rows,
1042 EXTERN(JDIMENSION) jpeg_write_scanlines JPP((j_compress_ptr cinfo,
1044 JDIMENSION num_lines));
1048 EXTERN(JDIMENSION) jpeg_write_raw_data JPP((j_compress_ptr cinfo,
1050 JDIMENSION num_lines));
1080 EXTERN(JDIMENSION) jpeg_read_scanlines JPP((j_decompress_ptr cinfo,
1082 JDIMENSION max_lines));
1086 EXTERN(JDIMENSION) jpeg_read_raw_data JPP((j_decompress_ptr cinfo,
1088 JDIMENSION max_lines));