HomeSort by relevance Sort by last modified time
    Searched refs:JSAMPARRAY (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /external/libjpeg-turbo/
rdbmp.c 61 JSAMPARRAY colormap; /* BMP colormap (converted to my format) */
127 register JSAMPARRAY colormap = source->colormap;
128 JSAMPARRAY image_ptr;
158 JSAMPARRAY image_ptr;
189 JSAMPARRAY image_ptr;
227 JSAMPARRAY image_ptr;
jdcolor.c 255 JSAMPARRAY output_buf, int num_rows)
328 JSAMPARRAY output_buf, int num_rows)
365 JSAMPARRAY output_buf, int num_rows)
427 JSAMPARRAY output_buf, int num_rows)
441 JSAMPARRAY output_buf, int num_rows)
487 JSAMPARRAY output_buf, int num_rows)
536 JSAMPARRAY output_buf, int num_rows)
666 JSAMPARRAY output_buf, int num_rows)
678 JSAMPARRAY output_buf, int num_rows)
690 JSAMPARRAY output_buf, int num_rows
    [all...]
jpeglib.h 69 typedef JSAMPROW *JSAMPARRAY; /* ptr to some rows (a 2-D sample array) */
70 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */
539 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */
    [all...]
jccolor.c 234 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
283 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
329 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
379 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
434 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
463 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
jcdctmgr.c 30 typedef void (*convsamp_method_ptr) (JSAMPARRAY sample_data,
33 typedef void (*float_convsamp_method_ptr) (JSAMPARRAY sample_data,
368 convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace)
486 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
522 convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace)
576 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
jdcol565.c 21 JSAMPARRAY output_buf, int num_rows)
100 JSAMPARRAY output_buf, int num_rows)
186 JSAMPARRAY output_buf, int num_rows)
241 JSAMPARRAY output_buf, int num_rows)
300 JSAMPARRAY output_buf, int num_rows)
340 JSAMPARRAY output_buf, int num_rows)
jidctred.c 122 JSAMPARRAY output_buf, JDIMENSION output_col)
276 JSAMPARRAY output_buf, JDIMENSION output_col)
385 JSAMPARRAY output_buf, JDIMENSION output_col)
example.c 297 JSAMPARRAY buffer; /* Output row buffer */
jcapistd.c 77 jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines,
jdapistd.c 120 (*cinfo->main->process_data) (cinfo, (JSAMPARRAY) NULL,
259 jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines,
289 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows)
307 JDIMENSION input_row, JSAMPARRAY output_buf,
wrbmp.c 89 JSAMPARRAY image_ptr;
143 JSAMPARRAY image_ptr;
333 JSAMPARRAY colormap = cinfo->colormap;
386 JSAMPARRAY image_ptr;
jdmrgext.c 26 JSAMPARRAY output_buf)
99 JSAMPARRAY output_buf)
jquant2.c 175 JSAMPARRAY sv_colormap; /* colormap allocated at init time */
202 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
203 JSAMPARRAY output_buf, int num_rows)
    [all...]
  /external/pdfium/third_party/libjpeg/
cdjpeg.h 36 JSAMPARRAY buffer;
68 JSAMPARRAY buffer;
fpdfapi_jccolor.c 131 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
187 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
226 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
281 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
310 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
fpdfapi_jdmerge.c 53 JSAMPARRAY output_buf));
150 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
199 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
231 JSAMPARRAY output_buf)
293 JSAMPARRAY output_buf)
fpdfapi_jidctred.c 120 JSAMPARRAY output_buf, JDIMENSION output_col)
273 JSAMPARRAY output_buf, JDIMENSION output_col)
381 JSAMPARRAY output_buf, JDIMENSION output_col)
fpdfapi_jcapistd.c 77 jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines,
fpdfapi_jdapistd.c 117 (*cinfo->main->process_data) (cinfo, (JSAMPARRAY) NULL,
152 jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines,
  /packages/apps/Camera2/jni/
jpegutil.cpp 159 JSAMPARRAY imgArr[3];
268 imgArr[0] = const_cast<JSAMPARRAY>(yArr);
269 imgArr[1] = const_cast<JSAMPARRAY>(cbArr);
270 imgArr[2] = const_cast<JSAMPARRAY>(crArr);
  /external/opencv3/3rdparty/libjpeg/
jdmerge.c 50 JSAMPARRAY output_buf));
147 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
196 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
228 JSAMPARRAY output_buf)
290 JSAMPARRAY output_buf)
jpeglib.h 76 typedef JSAMPROW *JSAMPARRAY; /* ptr to some rows (a 2-D sample array) */
77 typedef JSAMPARRAY *JSAMPIMAGE; /* a 3-D sample array: top index is color */
520 JSAMPARRAY colormap; /* The color map as a 2-D pixel array */
    [all...]
jcapistd.c 77 jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines,
jdapistd.c 117 (*cinfo->main->process_data) (cinfo, (JSAMPARRAY) NULL,
152 jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines,
jquant2.c 198 JSAMPARRAY sv_colormap; /* colormap allocated at init time */
225 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
226 JSAMPARRAY output_buf, int num_rows)
    [all...]

Completed in 1235 milliseconds

1 23 4 5