HomeSort by relevance Sort by last modified time
    Searched refs:JDIMENSION (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/libjpeg-turbo/
rdbmp.c 65 JDIMENSION source_row; /* Current source row number */
66 JDIMENSION row_width; /* Physical width of scanlines in file */
123 METHODDEF(JDIMENSION)
132 register JDIMENSION col;
138 source->source_row, (JDIMENSION) 1, FALSE);
154 METHODDEF(JDIMENSION)
161 register JDIMENSION col;
167 source->source_row, (JDIMENSION) 1, FALSE);
185 METHODDEF(JDIMENSION)
192 register JDIMENSION col
    [all...]
jccolext.c 34 JDIMENSION output_row, int num_rows)
41 register JDIMENSION col;
42 JDIMENSION num_cols = cinfo->image_width;
91 JDIMENSION output_row, int num_rows)
98 register JDIMENSION col;
99 JDIMENSION num_cols = cinfo->image_width;
128 JDIMENSION output_row, int num_rows)
132 register JDIMENSION col;
133 JDIMENSION num_cols = cinfo->image_width;
jdmaster.c 115 cinfo->output_width = (JDIMENSION)
117 cinfo->output_height = (JDIMENSION)
123 cinfo->output_width = (JDIMENSION)
125 cinfo->output_height = (JDIMENSION)
131 cinfo->output_width = (JDIMENSION)
133 cinfo->output_height = (JDIMENSION)
139 cinfo->output_width = (JDIMENSION)
141 cinfo->output_height = (JDIMENSION)
147 cinfo->output_width = (JDIMENSION)
149 cinfo->output_height = (JDIMENSION)
    [all...]
jsimd.h 24 JDIMENSION output_row, int num_rows);
27 JDIMENSION output_row, int num_rows);
29 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row,
32 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row,
36 JDIMENSION output_row, int num_rows);
84 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf);
87 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf);
jcapistd.c 77 GLOBAL(JDIMENSION)
79 JDIMENSION num_lines)
81 JDIMENSION row_ctr, rows_left;
120 GLOBAL(JDIMENSION)
122 JDIMENSION num_lines)
124 JDIMENSION lines_per_iMCU_row;
rdrle.c 72 JDIMENSION row; /* current row # in the virtual array */
87 JDIMENSION width, height;
163 (JDIMENSION) width, (JDIMENSION) cinfo->input_components);
169 (JDIMENSION) (width * source->header.ncolors),
170 (JDIMENSION) height, (JDIMENSION) 1);
189 METHODDEF(JDIMENSION)
196 ((j_common_ptr) cinfo, source->image, source->row, (JDIMENSION) 1, FALSE);
207 METHODDEF(JDIMENSION)
    [all...]
rdtarga.c 59 JDIMENSION current_row; /* Current logical row number to read */
74 JDIMENSION (*get_pixel_rows) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);
175 METHODDEF(JDIMENSION)
181 register JDIMENSION col;
191 METHODDEF(JDIMENSION)
198 register JDIMENSION col;
212 METHODDEF(JDIMENSION)
219 register JDIMENSION col;
240 METHODDEF(JDIMENSION)
246 register JDIMENSION col
    [all...]
jutils.c 96 int num_rows, JDIMENSION num_cols)
120 JDIMENSION num_blocks)
jdmainct.h 24 JDIMENSION rowgroup_ctr; /* counts row groups output to postprocessor */
33 JDIMENSION rowgroups_avail; /* row groups available to postprocessor */
34 JDIMENSION iMCU_row_ctr; /* counts iMCU rows to detect image top/bot */
wrrle.c 70 JDIMENSION rows_supplied);
136 ((j_common_ptr) cinfo, dest->image, (JDIMENSION) 0, (JDIMENSION) 1, TRUE);
157 JDIMENSION rows_supplied)
164 cinfo->output_scanline, (JDIMENSION) 1, TRUE);
228 (JDIMENSION) row, (JDIMENSION) 1, FALSE);
242 (JDIMENSION) row, (JDIMENSION) 1, FALSE);
296 cinfo->output_width, (JDIMENSION) cinfo->output_components)
    [all...]
transupp.c 93 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,
98 JDIMENSION dst_blk_y, x_crop_blocks, y_crop_blocks;
114 (JDIMENSION) compptr->v_samp_factor, TRUE);
118 (JDIMENSION) compptr->v_samp_factor, FALSE);
131 JDIMENSION x_crop_offset,
137 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks;
160 (JDIMENSION) compptr->v_samp_factor, TRUE);
187 (JDIMENSION) 1);
198 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset
    [all...]
jdmerge.c 56 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf);
72 JDIMENSION out_row_width; /* samples per output row */
73 JDIMENSION rows_to_go; /* counts rows remaining in image */
252 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
253 JDIMENSION in_row_groups_avail,
254 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
255 JDIMENSION out_rows_avail)
260 JDIMENSION num_rows; /* number of rows returned to caller */
264 JDIMENSION size = upsample->out_row_width;
304 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr
    [all...]
jmemmgr.c 143 JDIMENSION last_rowsperchunk; /* from most recent alloc_sarray/barray */
158 JDIMENSION rows_in_array; /* total virtual array height */
159 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */
160 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */
161 JDIMENSION rows_in_mem; /* height of memory buffer */
162 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
163 JDIMENSION cur_start_row; /* first logical row # in the buffer */
164 JDIMENSION first_undef_row; /* row # of first uninitialized row */
174 JDIMENSION rows_in_array; /* total virtual array height */
175 JDIMENSION blocksperrow; /* width of array (and of memory buffer) *
    [all...]
jccoefct.c 40 JDIMENSION iMCU_row_num; /* iMCU row # within image */
41 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...]
rdppm.c 139 METHODDEF(JDIMENSION)
147 JDIMENSION col;
158 METHODDEF(JDIMENSION)
166 JDIMENSION col;
179 METHODDEF(JDIMENSION)
187 JDIMENSION col;
200 METHODDEF(JDIMENSION)
208 JDIMENSION col;
223 METHODDEF(JDIMENSION)
238 METHODDEF(JDIMENSION)
    [all...]
  /external/pdfium/third_party/libjpeg/
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...]
fpdfapi_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...]
fpdfapi_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));
jpeglib.h 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 *
    [all...]
fpdfapi_jmemmgr.c 139 JDIMENSION last_rowsperchunk; /* from most recent alloc_sarray/barray */
154 JDIMENSION rows_in_array; /* total virtual array height */
155 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */
156 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */
157 JDIMENSION rows_in_mem; /* height of memory buffer */
158 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
159 JDIMENSION cur_start_row; /* first logical row # in the buffer */
160 JDIMENSION first_undef_row; /* row # of first uninitialized row */
170 JDIMENSION rows_in_array; /* total virtual array height */
171 JDIMENSION blocksperrow; /* width of array (and of memory buffer) *
    [all...]
fpdfapi_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...]
fpdfapi_jdcolor.c 121 JSAMPIMAGE input_buf, JDIMENSION input_row,
128 register JDIMENSION col;
129 JDIMENSION num_cols = cinfo->output_width;
170 JSAMPIMAGE input_buf, JDIMENSION input_row,
174 register JDIMENSION count;
176 JDIMENSION num_cols = cinfo->output_width;
202 JSAMPIMAGE input_buf, JDIMENSION input_row,
218 JSAMPIMAGE input_buf, JDIMENSION input_row,
222 register JDIMENSION col;
223 JDIMENSION num_cols = cinfo->output_width
    [all...]
  /external/libjpeg-turbo/simd/
jcsample-altivec.c 30 jsimd_h2v1_downsample_altivec (JDIMENSION image_width, int max_v_samp_factor,
31 JDIMENSION v_samp_factor,
32 JDIMENSION width_blocks,
36 JDIMENSION output_cols = width_blocks * DCTSIZE;
86 jsimd_h2v2_downsample_altivec (JDIMENSION image_width, int max_v_samp_factor,
87 JDIMENSION v_samp_factor,
88 JDIMENSION width_blocks,
92 JDIMENSION output_cols = width_blocks * DCTSIZE;
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genJPEGStrips.cpp 73 cinfo.image_width = (JDIMENSION) image_width;
74 cinfo.image_height = (JDIMENSION) image_height;
99 cinfo.MCUs_per_row = (JDIMENSION) image_width;
100 cinfo.MCU_rows_in_scan = (JDIMENSION) image_height;

Completed in 665 milliseconds

12 3 4 5 6