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

1 2 3 4

  /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...]
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...]
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...]
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...]
  /external/qemu/distrib/jpeg-6b/
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...]
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...]
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...]
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...]

Completed in 598 milliseconds

1 2 3 4