HomeSort by relevance Sort by last modified time
    Searched refs:JDIMENSION (Results 1 - 25 of 45) sorted by null

1 2

  /external/jpeg/
jdpostct.c 36 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...]
jcprepct.c 61 JDIMENSION rows_to_go; /* counts rows remaining in source image */
106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols,
129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
130 JDIMENSION in_rows_avail,
131 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr,
132 JDIMENSION out_row_groups_avail)
136 JDIMENSION inrows;
144 numrows = (int) MIN((JDIMENSION) numrows, inrows);
147 (JDIMENSION) prep->next_buf_row,
164 prep->color_buf, (JDIMENSION) 0
    [all...]
jpeglib.h 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 *
    [all...]
jcmainct.c 31 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,
115 JDIMENSION in_rows_avail)
125 (JDIMENSION) DCTSIZE);
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr
    [all...]
jpegint.h 59 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...]
jdmainct.c 121 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)
    [all...]
jcapistd.c 76 GLOBAL(JDIMENSION)
78 JDIMENSION num_lines)
80 JDIMENSION row_ctr, rows_left;
119 GLOBAL(JDIMENSION)
121 JDIMENSION num_lines)
123 JDIMENSION lines_per_iMCU_row;
jdct.h 103 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
106 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
109 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
112 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
115 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
118 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
rdrle.c 69 JDIMENSION row; /* current row # in the virtual array */
84 JDIMENSION width, height;
160 (JDIMENSION) width, (JDIMENSION) cinfo->input_components);
166 (JDIMENSION) (width * source->header.ncolors),
167 (JDIMENSION) height, (JDIMENSION) 1);
186 METHODDEF(JDIMENSION)
193 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE);
204 METHODDEF(JDIMENSION)
    [all...]
rdtarga.c 56 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;
189 METHODDEF(JDIMENSION)
196 register JDIMENSION col;
210 METHODDEF(JDIMENSION)
217 register JDIMENSION col;
238 METHODDEF(JDIMENSION)
244 register JDIMENSION col
    [all...]
rdbmp.c 60 JDIMENSION source_row; /* Current source row number */
61 JDIMENSION row_width; /* Physical width of scanlines in file */
118 METHODDEF(JDIMENSION)
127 register JDIMENSION col;
133 source->source_row, (JDIMENSION) 1, FALSE);
149 METHODDEF(JDIMENSION)
156 register JDIMENSION col;
162 source->source_row, (JDIMENSION) 1, FALSE);
186 METHODDEF(JDIMENSION)
194 JDIMENSION row, col
    [all...]
wrrle.c 67 JDIMENSION rows_supplied));
133 ((j_common_ptr) cinfo, dest->image, (JDIMENSION) 0, (JDIMENSION) 1, TRUE);
154 JDIMENSION rows_supplied)
161 cinfo->output_scanline, (JDIMENSION) 1, TRUE);
226 (JDIMENSION) row, (JDIMENSION) 1, FALSE);
240 (JDIMENSION) row, (JDIMENSION) 1, FALSE);
294 cinfo->output_width, (JDIMENSION) cinfo->output_components)
    [all...]
jmemmgr.c 137 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...]
jccoefct.c 37 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 */
147 JDIMENSION last_MCU_col = cinfo->MCUs_per_row - 1;
148 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1;
150 JDIMENSION ypos, xpos;
180 ypos, xpos, (JDIMENSION) blockcnt);
248 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1;
249 JDIMENSION blocks_across, MCUs_across, MCUindex;
262 (JDIMENSION) compptr->v_samp_factor, TRUE)
    [all...]
jdcolor.c 140 JSAMPIMAGE input_buf, JDIMENSION input_row,
147 register JDIMENSION col;
148 JDIMENSION num_cols = cinfo->output_width;
181 JSAMPIMAGE input_buf, JDIMENSION input_row,
188 register JDIMENSION col;
189 JDIMENSION num_cols = cinfo->output_width;
222 JSAMPIMAGE input_buf, JDIMENSION input_row,
229 register JDIMENSION col;
230 JDIMENSION num_cols = cinfo->output_width;
294 JSAMPIMAGE input_buf, JDIMENSION input_row
    [all...]
rdppm.c 140 METHODDEF(JDIMENSION)
148 JDIMENSION col;
158 METHODDEF(JDIMENSION)
166 JDIMENSION col;
178 METHODDEF(JDIMENSION)
186 JDIMENSION col;
199 METHODDEF(JDIMENSION)
207 JDIMENSION col;
222 METHODDEF(JDIMENSION)
237 METHODDEF(JDIMENSION)
    [all...]
jutils.c 113 int num_rows, JDIMENSION num_cols)
124 register JDIMENSION count;
146 JDIMENSION num_blocks)
wrppm.c 75 JDIMENSION samples_per_row; /* JSAMPLEs per output row */
91 JDIMENSION rows_supplied)
106 JDIMENSION rows_supplied)
111 register JDIMENSION col;
129 JDIMENSION rows_supplied)
138 register JDIMENSION col;
154 JDIMENSION rows_supplied)
160 register JDIMENSION col;
247 cinfo->output_width * cinfo->output_components, (JDIMENSION) 1);
jdcoefct.c 33 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;
155 JDIMENSION start_col, output_col;
247 JDIMENSION MCU_col_num; /* index of current MCU within row */
249 JDIMENSION start_col;
260 (JDIMENSION) compptr->v_samp_factor, TRUE);
318 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1;
319 JDIMENSION block_num
    [all...]
jccolor.c 134 JDIMENSION output_row, int num_rows)
141 register JDIMENSION col;
142 JDIMENSION num_cols = cinfo->image_width;
190 JDIMENSION output_row, int num_rows)
197 register JDIMENSION col;
198 JDIMENSION num_cols = cinfo->image_width;
229 JDIMENSION output_row, int num_rows)
236 register JDIMENSION col;
237 JDIMENSION num_cols = cinfo->image_width;
284 JDIMENSION output_row, int num_rows
    [all...]
wrbmp.c 50 JDIMENSION data_width; /* JSAMPLEs per row */
51 JDIMENSION row_width; /* physical width of one row in the BMP file */
53 JDIMENSION cur_output_row; /* next row# to write to virtual array */
72 JDIMENSION rows_supplied)
78 register JDIMENSION col;
84 dest->cur_output_row, (JDIMENSION) 1, TRUE);
107 JDIMENSION rows_supplied)
113 register JDIMENSION col;
119 dest->cur_output_row, (JDIMENSION) 1, TRUE);
350 JDIMENSION row
    [all...]
transupp.c 70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y;
91 (JDIMENSION) compptr->v_samp_factor, TRUE);
120 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y;
143 (JDIMENSION) compptr->v_samp_factor, TRUE);
148 comp_height - dst_blk_y - (JDIMENSION) compptr->v_samp_factor,
149 (JDIMENSION) compptr->v_samp_factor, FALSE);
154 (JDIMENSION) compptr->v_samp_factor, FALSE);
191 JDIMENSION dst_blk_x, dst_blk_y;
208 (JDIMENSION) compptr->v_samp_factor, TRUE);
214 (JDIMENSION) compptr->h_samp_factor, FALSE)
    [all...]
jdapistd.c 108 JDIMENSION last_scanline;
118 &cinfo->output_scanline, (JDIMENSION) 0);
151 GLOBAL(JDIMENSION)
153 JDIMENSION max_lines)
155 JDIMENSION row_ctr;
184 GLOBAL(JDIMENSION)
186 JDIMENSION max_lines)
188 JDIMENSION lines_per_iMCU_row;
wrtarga.c 47 JDIMENSION buffer_width; /* width of one row */
100 JDIMENSION rows_supplied)
106 register JDIMENSION col;
121 JDIMENSION rows_supplied)
127 register JDIMENSION col;
145 JDIMENSION rows_supplied)
151 register JDIMENSION col;
247 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1);
jcsample.c 88 JDIMENSION input_cols, JDIMENSION output_cols)
115 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
116 JSAMPIMAGE output_buf, JDIMENSION out_row_group_index)
144 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */
145 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
216 JDIMENSION outcol;
217 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
253 JDIMENSION outcol;
254 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE
    [all...]

Completed in 98 milliseconds

1 2