Home
last modified time | relevance | path

Searched refs:JDIMENSION (Results 1 – 25 of 96) sorted by relevance

1234

/external/qemu/distrib/jpeg-6b/
Djdpostct.c36 JDIMENSION strip_height; /* buffer size in rows */
38 JDIMENSION starting_row; /* row # of first row in current strip */
39 JDIMENSION next_row; /* index of next row to fill/empty in strip */
48 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
49 JDIMENSION in_row_groups_avail,
50 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
51 JDIMENSION out_rows_avail));
55 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
56 JDIMENSION in_row_groups_avail,
57 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
[all …]
Djpeglib.h139 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 */
[all …]
Djcprepct.c61 JDIMENSION rows_to_go; /* counts rows remaining in source image */
106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, in expand_bottom_edge()
129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in pre_process_data()
130 JDIMENSION in_rows_avail, in pre_process_data()
131 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, in pre_process_data()
132 JDIMENSION out_row_groups_avail) in pre_process_data()
136 JDIMENSION inrows; in pre_process_data()
144 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_data()
147 (JDIMENSION) prep->next_buf_row, in pre_process_data()
164 prep->color_buf, (JDIMENSION) 0, in pre_process_data()
[all …]
Djcmainct.c31 JDIMENSION cur_iMCU_row; /* number of current iMCU row */
32 JDIMENSION rowgroup_ctr; /* counts row groups received in iMCU row */
56 JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail));
60 JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail));
114 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_simple_main()
115 JDIMENSION in_rows_avail) in process_data_simple_main()
125 (JDIMENSION) DCTSIZE); in process_data_simple_main()
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_buffer_main()
171 JDIMENSION in_rows_avail) in process_data_buffer_main()
186 (JDIMENSION) (compptr->v_samp_factor * DCTSIZE), writing); in process_data_buffer_main()
[all …]
Djdmainct.c121 JDIMENSION rowgroup_ctr; /* counts row groups output to postprocessor */
130 JDIMENSION rowgroups_avail; /* row groups available to postprocessor */
131 JDIMENSION iMCU_row_ctr; /* counts iMCU rows to detect image top/bot */
145 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail));
148 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail));
152 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail));
283 rows_left = (int) (compptr->downsampled_height % (JDIMENSION) iMCUheight); in set_bottom_pointers()
289 main->rowgroups_avail = (JDIMENSION) ((rows_left-1) / rgroup + 1); in set_bottom_pointers()
346 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, in process_data_simple_main()
347 JDIMENSION out_rows_avail) in process_data_simple_main()
[all …]
Djpegint.h59 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
60 JDIMENSION in_rows_avail));
68 JDIMENSION *in_row_ctr,
69 JDIMENSION in_rows_avail,
71 JDIMENSION *out_row_group_ctr,
72 JDIMENSION out_row_groups_avail));
87 JDIMENSION output_row, int num_rows));
94 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
96 JDIMENSION out_row_group_index));
108 JDIMENSION start_row, JDIMENSION start_col,
[all …]
Drdbmp.c60 JDIMENSION source_row; /* Current source row number */
61 JDIMENSION row_width; /* Physical width of scanlines in file */
118 METHODDEF(JDIMENSION)
127 register JDIMENSION col; in get_8bit_row()
133 source->source_row, (JDIMENSION) 1, FALSE); in get_8bit_row()
149 METHODDEF(JDIMENSION)
156 register JDIMENSION col; in get_24bit_row()
162 source->source_row, (JDIMENSION) 1, FALSE); in get_24bit_row()
186 METHODDEF(JDIMENSION)
194 JDIMENSION row, col; in preload_image()
[all …]
Drdtarga.c56 JDIMENSION current_row; /* Current logical row number to read */
71 JMETHOD(JDIMENSION, get_pixel_rows, (j_compress_ptr cinfo,
173 METHODDEF(JDIMENSION)
179 register JDIMENSION col; in get_8bit_gray_row()
189 METHODDEF(JDIMENSION)
196 register JDIMENSION col; in get_8bit_row()
210 METHODDEF(JDIMENSION)
217 register JDIMENSION col; in get_16bit_row()
238 METHODDEF(JDIMENSION)
244 register JDIMENSION col; in get_24bit_row()
[all …]
Djmemmgr.c137 JDIMENSION last_rowsperchunk; /* from most recent alloc_sarray/barray */
152 JDIMENSION rows_in_array; /* total virtual array height */
153 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */
154 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */
155 JDIMENSION rows_in_mem; /* height of memory buffer */
156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
157 JDIMENSION cur_start_row; /* first logical row # in the buffer */
158 JDIMENSION first_undef_row; /* row # of first uninitialized row */
168 JDIMENSION rows_in_array; /* total virtual array height */
169 JDIMENSION blocksperrow; /* width of array (and of memory buffer) */
[all …]
Drdrle.c69 JDIMENSION row; /* current row # in the virtual array */
84 JDIMENSION width, height; in start_input_rle()
160 (JDIMENSION) width, (JDIMENSION) cinfo->input_components); in start_input_rle()
166 (JDIMENSION) (width * source->header.ncolors), in start_input_rle()
167 (JDIMENSION) height, (JDIMENSION) 1); in start_input_rle()
186 METHODDEF(JDIMENSION)
193 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE); in get_rle_row()
204 METHODDEF(JDIMENSION)
209 JDIMENSION col; in get_pseudocolor_row()
217 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE); in get_pseudocolor_row()
[all …]
Djccoefct.c37 JDIMENSION iMCU_row_num; /* iMCU row # within image */
38 JDIMENSION mcu_ctr; /* counts MCUs processed in current row */
146 JDIMENSION MCU_col_num; /* index of current MCU within row */ in compress_data()
147 JDIMENSION last_MCU_col = cinfo->MCUs_per_row - 1; in compress_data()
148 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_data()
150 JDIMENSION ypos, xpos; in compress_data()
180 ypos, xpos, (JDIMENSION) blockcnt); in compress_data()
248 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_first_pass()
249 JDIMENSION blocks_across, MCUs_across, MCUindex; in compress_first_pass()
262 (JDIMENSION) compptr->v_samp_factor, TRUE); in compress_first_pass()
[all …]
Djdcolor.c140 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert()
147 register JDIMENSION col; in ycc_rgb_convert()
148 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_convert()
181 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgba_8888_convert()
188 register JDIMENSION col; in ycc_rgba_8888_convert()
189 JDIMENSION num_cols = cinfo->output_width; in ycc_rgba_8888_convert()
222 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_565_convert()
229 register JDIMENSION col; in ycc_rgb_565_convert()
230 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_565_convert()
294 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_565D_convert()
[all …]
Drdppm.c140 METHODDEF(JDIMENSION)
148 JDIMENSION col; in get_text_gray_row()
158 METHODDEF(JDIMENSION)
166 JDIMENSION col; in get_text_rgb_row()
178 METHODDEF(JDIMENSION)
186 JDIMENSION col; in get_scaled_gray_row()
199 METHODDEF(JDIMENSION)
207 JDIMENSION col; in get_scaled_rgb_row()
222 METHODDEF(JDIMENSION)
237 METHODDEF(JDIMENSION)
[all …]
/external/jpeg/
Djdpostct.c36 JDIMENSION strip_height; /* buffer size in rows */
38 JDIMENSION starting_row; /* row # of first row in current strip */
39 JDIMENSION next_row; /* index of next row to fill/empty in strip */
48 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
49 JDIMENSION in_row_groups_avail,
50 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
51 JDIMENSION out_rows_avail));
55 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
56 JDIMENSION in_row_groups_avail,
57 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
[all …]
Djpeglib.h139 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 */
[all …]
Djcprepct.c61 JDIMENSION rows_to_go; /* counts rows remaining in source image */
106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, in expand_bottom_edge()
129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in pre_process_data()
130 JDIMENSION in_rows_avail, in pre_process_data()
131 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, in pre_process_data()
132 JDIMENSION out_row_groups_avail) in pre_process_data()
136 JDIMENSION inrows; in pre_process_data()
144 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_data()
147 (JDIMENSION) prep->next_buf_row, in pre_process_data()
164 prep->color_buf, (JDIMENSION) 0, in pre_process_data()
[all …]
Djcmainct.c31 JDIMENSION cur_iMCU_row; /* number of current iMCU row */
32 JDIMENSION rowgroup_ctr; /* counts row groups received in iMCU row */
56 JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail));
60 JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail));
114 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_simple_main()
115 JDIMENSION in_rows_avail) in process_data_simple_main()
125 (JDIMENSION) DCTSIZE); in process_data_simple_main()
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_buffer_main()
171 JDIMENSION in_rows_avail) in process_data_buffer_main()
186 (JDIMENSION) (compptr->v_samp_factor * DCTSIZE), writing); in process_data_buffer_main()
[all …]
Djdmainct.c121 JDIMENSION rowgroup_ctr; /* counts row groups output to postprocessor */
130 JDIMENSION rowgroups_avail; /* row groups available to postprocessor */
131 JDIMENSION iMCU_row_ctr; /* counts iMCU rows to detect image top/bot */
145 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail));
148 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail));
152 JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail));
283 rows_left = (int) (compptr->downsampled_height % (JDIMENSION) iMCUheight); in set_bottom_pointers()
289 main->rowgroups_avail = (JDIMENSION) ((rows_left-1) / rgroup + 1); in set_bottom_pointers()
346 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, in process_data_simple_main()
347 JDIMENSION out_rows_avail) in process_data_simple_main()
[all …]
Djpegint.h59 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
60 JDIMENSION in_rows_avail));
68 JDIMENSION *in_row_ctr,
69 JDIMENSION in_rows_avail,
71 JDIMENSION *out_row_group_ctr,
72 JDIMENSION out_row_groups_avail));
87 JDIMENSION output_row, int num_rows));
94 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
96 JDIMENSION out_row_group_index));
108 JDIMENSION start_row, JDIMENSION start_col,
[all …]
Drdbmp.c60 JDIMENSION source_row; /* Current source row number */
61 JDIMENSION row_width; /* Physical width of scanlines in file */
118 METHODDEF(JDIMENSION)
127 register JDIMENSION col; in get_8bit_row()
133 source->source_row, (JDIMENSION) 1, FALSE); in get_8bit_row()
149 METHODDEF(JDIMENSION)
156 register JDIMENSION col; in get_24bit_row()
162 source->source_row, (JDIMENSION) 1, FALSE); in get_24bit_row()
186 METHODDEF(JDIMENSION)
194 JDIMENSION row, col; in preload_image()
[all …]
Drdtarga.c56 JDIMENSION current_row; /* Current logical row number to read */
71 JMETHOD(JDIMENSION, get_pixel_rows, (j_compress_ptr cinfo,
173 METHODDEF(JDIMENSION)
179 register JDIMENSION col; in get_8bit_gray_row()
189 METHODDEF(JDIMENSION)
196 register JDIMENSION col; in get_8bit_row()
210 METHODDEF(JDIMENSION)
217 register JDIMENSION col; in get_16bit_row()
238 METHODDEF(JDIMENSION)
244 register JDIMENSION col; in get_24bit_row()
[all …]
Djmemmgr.c137 JDIMENSION last_rowsperchunk; /* from most recent alloc_sarray/barray */
152 JDIMENSION rows_in_array; /* total virtual array height */
153 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */
154 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */
155 JDIMENSION rows_in_mem; /* height of memory buffer */
156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
157 JDIMENSION cur_start_row; /* first logical row # in the buffer */
158 JDIMENSION first_undef_row; /* row # of first uninitialized row */
168 JDIMENSION rows_in_array; /* total virtual array height */
169 JDIMENSION blocksperrow; /* width of array (and of memory buffer) */
[all …]
Drdrle.c69 JDIMENSION row; /* current row # in the virtual array */
84 JDIMENSION width, height; in start_input_rle()
160 (JDIMENSION) width, (JDIMENSION) cinfo->input_components); in start_input_rle()
166 (JDIMENSION) (width * source->header.ncolors), in start_input_rle()
167 (JDIMENSION) height, (JDIMENSION) 1); in start_input_rle()
186 METHODDEF(JDIMENSION)
193 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE); in get_rle_row()
204 METHODDEF(JDIMENSION)
209 JDIMENSION col; in get_pseudocolor_row()
217 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE); in get_pseudocolor_row()
[all …]
Djccoefct.c37 JDIMENSION iMCU_row_num; /* iMCU row # within image */
38 JDIMENSION mcu_ctr; /* counts MCUs processed in current row */
146 JDIMENSION MCU_col_num; /* index of current MCU within row */ in compress_data()
147 JDIMENSION last_MCU_col = cinfo->MCUs_per_row - 1; in compress_data()
148 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_data()
150 JDIMENSION ypos, xpos; in compress_data()
180 ypos, xpos, (JDIMENSION) blockcnt); in compress_data()
248 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_first_pass()
249 JDIMENSION blocks_across, MCUs_across, MCUindex; in compress_first_pass()
262 (JDIMENSION) compptr->v_samp_factor, TRUE); in compress_first_pass()
[all …]
Djdcolor.c140 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert()
147 register JDIMENSION col; in ycc_rgb_convert()
148 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_convert()
181 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgba_8888_convert()
188 register JDIMENSION col; in ycc_rgba_8888_convert()
189 JDIMENSION num_cols = cinfo->output_width; in ycc_rgba_8888_convert()
222 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_565_convert()
229 register JDIMENSION col; in ycc_rgb_565_convert()
230 JDIMENSION num_cols = cinfo->output_width; in ycc_rgb_565_convert()
294 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_565D_convert()
[all …]

1234