Searched refs:JDIMENSION (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdpostct.c40 JDIMENSION strip_height; /* buffer size in rows */
42 JDIMENSION starting_row; /* row # of first row in current strip */
43 JDIMENSION next_row; /* index of next row to fill/empty in strip */
52 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
53 JDIMENSION in_row_groups_avail,
54 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
55 JDIMENSION out_rows_avail));
59 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
60 JDIMENSION in_row_groups_avail,
61 JSAMPARRAY output_buf, JDIMENSION *out_row_ct
[all...]
H A Djcprepct.c65 JDIMENSION rows_to_go; /* counts rows remaining in source image */
110 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols,
133 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
134 JDIMENSION in_rows_avail,
135 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr,
136 JDIMENSION out_row_groups_avail)
140 JDIMENSION inrows;
148 numrows = (int) MIN((JDIMENSION) numrows, inrows);
151 (JDIMENSION) prep->next_buf_row,
168 prep->color_buf, (JDIMENSION)
[all...]
H A Djpeglib.h143 JDIMENSION width_in_blocks;
144 JDIMENSION height_in_blocks;
158 JDIMENSION downsampled_width; /* actual width in samples */
159 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_sca
[all...]
H A Djcmainct.c35 JDIMENSION cur_iMCU_row; /* number of current iMCU row */
36 JDIMENSION rowgroup_ctr; /* counts row groups received in iMCU row */
60 JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail));
64 JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail));
118 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
119 JDIMENSION in_rows_avail)
129 (JDIMENSION) DCTSIZE);
174 JSAMPARRAY input_buf, JDIMENSION *in_row_ct
[all...]
H A Djpegint.h63 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
64 JDIMENSION in_rows_avail));
72 JDIMENSION *in_row_ctr,
73 JDIMENSION in_rows_avail,
75 JDIMENSION *out_row_group_ctr,
76 JDIMENSION out_row_groups_avail));
91 JDIMENSION output_row, int num_rows));
98 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
100 JDIMENSION out_row_group_index));
112 JDIMENSION start_ro
[all...]
H A Djdmainct.c125 JDIMENSION rowgroup_ctr; /* counts row groups output to postprocessor */
134 JDIMENSION rowgroups_avail; /* row groups available to postprocessor */
135 JDIMENSION iMCU_row_ctr; /* counts iMCU rows to detect image top/bot */
149 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail));
152 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail));
156 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail));
287 rows_left = (int) (compptr->downsampled_height % (JDIMENSION) iMCUheigh
[all...]
H A Djcapistd.c80 GLOBAL(JDIMENSION)
82 JDIMENSION num_lines)
84 JDIMENSION row_ctr, rows_left;
123 GLOBAL(JDIMENSION)
125 JDIMENSION num_lines)
127 JDIMENSION lines_per_iMCU_row;
H A Djdct.h107 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
110 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
113 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
116 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
119 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
122 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
H A Djmemmgr.c141 JDIMENSION last_rowsperchunk; /* from most recent alloc_sarray/barray */
156 JDIMENSION rows_in_array; /* total virtual array height */
157 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */
158 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */
159 JDIMENSION rows_in_mem; /* height of memory buffer */
160 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
161 JDIMENSION cur_start_row; /* first logical row # in the buffer */
162 JDIMENSION first_undef_row; /* row # of first uninitialized row */
172 JDIMENSION rows_in_array; /* total virtual array height */
173 JDIMENSION blocksperro
[all...]
H A Djccoefct.c41 JDIMENSION iMCU_row_num; /* iMCU row # within image */
42 JDIMENSION mcu_ctr; /* counts MCUs processed in current row */
150 JDIMENSION MCU_col_num; /* index of current MCU within row */
151 JDIMENSION last_MCU_col = cinfo->MCUs_per_row - 1;
152 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1;
154 JDIMENSION ypos, xpos;
184 ypos, xpos, (JDIMENSION) blockcnt);
252 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1;
253 JDIMENSION blocks_across, MCUs_across, MCUindex;
266 (JDIMENSION) comppt
[all...]
H A Djdcolor.c125 JSAMPIMAGE input_buf, JDIMENSION input_row,
132 register JDIMENSION col;
133 JDIMENSION num_cols = cinfo->output_width;
174 JSAMPIMAGE input_buf, JDIMENSION input_row,
178 register JDIMENSION count;
180 JDIMENSION num_cols = cinfo->output_width;
206 JSAMPIMAGE input_buf, JDIMENSION input_row,
221 JSAMPIMAGE input_buf, JDIMENSION input_row,
225 register JDIMENSION col;
226 JDIMENSION num_col
[all...]
H A Djutils.c117 int num_rows, JDIMENSION num_cols)
128 register JDIMENSION count;
150 JDIMENSION num_blocks)
H A Djdmerge.c53 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
70 JDIMENSION out_row_width; /* samples per output row */
71 JDIMENSION rows_to_go; /* counts rows remaining in image */
149 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
150 JDIMENSION in_row_groups_avail,
151 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
152 JDIMENSION out_rows_avail)
157 JDIMENSION num_rows; /* number of rows returned to caller */
198 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
199 JDIMENSION in_row_groups_avai
[all...]
H A Djdcoefct.c37 JDIMENSION MCU_ctr; /* counts MCUs processed in current row */
154 JDIMENSION MCU_col_num; /* index of current MCU within row */
155 JDIMENSION last_MCU_col = cinfo->MCUs_per_row - 1;
156 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1;
159 JDIMENSION start_col, output_col;
251 JDIMENSION MCU_col_num; /* index of current MCU within row */
253 JDIMENSION start_col;
264 (JDIMENSION) compptr->v_samp_factor, TRUE);
322 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1;
323 JDIMENSION block_nu
[all...]
H A Djccolor.c136 JDIMENSION output_row, int num_rows)
143 register JDIMENSION col;
144 JDIMENSION num_cols = cinfo->image_width;
192 JDIMENSION output_row, int num_rows)
199 register JDIMENSION col;
200 JDIMENSION num_cols = cinfo->image_width;
230 JDIMENSION output_row, int num_rows)
237 register JDIMENSION col;
238 JDIMENSION num_cols = cinfo->image_width;
285 JDIMENSION output_ro
[all...]
H A Djdapistd.c112 JDIMENSION last_scanline;
122 &cinfo->output_scanline, (JDIMENSION) 0);
155 GLOBAL(JDIMENSION)
157 JDIMENSION max_lines)
159 JDIMENSION row_ctr;
188 GLOBAL(JDIMENSION)
190 JDIMENSION max_lines)
192 JDIMENSION lines_per_iMCU_row;
H A Djcsample.c92 JDIMENSION input_cols, JDIMENSION output_cols)
119 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
120 JSAMPIMAGE output_buf, JDIMENSION out_row_group_index)
148 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */
149 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
220 JDIMENSION outcol;
221 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
257 JDIMENSION outcol;
258 JDIMENSION output_col
[all...]
H A Djdsample.c53 JDIMENSION rows_to_go; /* counts rows remaining in image */
94 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
95 JDIMENSION in_row_groups_avail,
96 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
97 JDIMENSION out_rows_avail)
102 JDIMENSION num_rows;
121 num_rows = (JDIMENSION) (cinfo->max_v_samp_factor - upsample->next_row_out);
133 (JDIMENSION) upsample->next_row_out,
314 register JDIMENSION colctr;
359 register JDIMENSION colct
[all...]
H A Djcdctmgr.c186 JDIMENSION start_row, JDIMENSION start_col,
187 JDIMENSION num_blocks)
195 JDIMENSION bi;
276 JDIMENSION start_row, JDIMENSION start_col,
277 JDIMENSION num_blocks)
285 JDIMENSION bi;
H A Djdmaster.c105 cinfo->output_width = (JDIMENSION)
107 cinfo->output_height = (JDIMENSION)
112 cinfo->output_width = (JDIMENSION)
114 cinfo->output_height = (JDIMENSION)
119 cinfo->output_width = (JDIMENSION)
121 cinfo->output_height = (JDIMENSION)
154 compptr->downsampled_width = (JDIMENSION)
158 compptr->downsampled_height = (JDIMENSION)
297 JDIMENSION jd_samplesperrow;
303 /* Width of an output scanline must be representable as JDIMENSION
[all...]
H A Djquant1.c301 (JDIMENSION) total_colors, (JDIMENSION) cinfo->out_color_components);
358 (JDIMENSION) (MAXJSAMPLE+1 + pad),
359 (JDIMENSION) cinfo->out_color_components);
472 JDIMENSION col;
473 JDIMENSION width = cinfo->output_width;
502 JDIMENSION col;
503 JDIMENSION width = cinfo->output_width;
532 JDIMENSION col;
533 JDIMENSION widt
[all...]
H A Djctrans.c215 JDIMENSION iMCU_row_num; /* iMCU row # within image */
216 JDIMENSION mcu_ctr; /* counts MCUs processed in current row */
285 JDIMENSION MCU_col_num; /* index of current MCU within row */
286 JDIMENSION last_MCU_col = cinfo->MCUs_per_row - 1;
287 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1;
289 JDIMENSION start_col;
301 (JDIMENSION) compptr->v_samp_factor, FALSE);
H A Djdinput.c88 compptr->width_in_blocks = (JDIMENSION)
91 compptr->height_in_blocks = (JDIMENSION)
99 compptr->downsampled_width = (JDIMENSION)
102 compptr->downsampled_height = (JDIMENSION)
112 cinfo->total_iMCU_rows = (JDIMENSION)
166 cinfo->MCUs_per_row = (JDIMENSION)
169 cinfo->MCU_rows_in_scan = (JDIMENSION)
H A Djcmaster.c56 JDIMENSION jd_samplesperrow;
68 /* Width of an input scanline must be representable as JDIMENSION. */
70 jd_samplesperrow = (JDIMENSION) samplesperrow;
105 compptr->width_in_blocks = (JDIMENSION)
108 compptr->height_in_blocks = (JDIMENSION)
112 compptr->downsampled_width = (JDIMENSION)
115 compptr->downsampled_height = (JDIMENSION)
125 cinfo->total_iMCU_rows = (JDIMENSION)
353 cinfo->MCUs_per_row = (JDIMENSION)
356 cinfo->MCU_rows_in_scan = (JDIMENSION)
[all...]
H A Djmorecfg.h179 typedef unsigned int JDIMENSION; typedef

Completed in 65 milliseconds

12