/external/jpeg/ |
jdcolor.c | 143 JSAMPARRAY output_buf, int num_rows) 184 JSAMPARRAY output_buf, int num_rows) 225 JSAMPARRAY output_buf, int num_rows) 297 JSAMPARRAY output_buf, int num_rows) 375 JSAMPARRAY output_buf, int num_rows) 401 JSAMPARRAY output_buf, int num_rows) 452 JSAMPARRAY output_buf, int num_rows) 513 JSAMPARRAY output_buf, int num_rows) 545 JSAMPARRAY output_buf, int num_rows) 561 JSAMPARRAY output_buf, int num_rows [all...] |
cdjpeg.h | 36 JSAMPARRAY buffer; 68 JSAMPARRAY buffer;
|
jddctmgr.c | 49 JSAMPARRAY output_buf, JDIMENSION output_col) 61 JSAMPARRAY output_buf, JDIMENSION output_col); 65 extern void jpeg_idct_mips(j_decompress_ptr, jpeg_component_info *, JCOEFPTR, JSAMPARRAY, JDIMENSION);
|
jccolor.c | 133 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 189 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 228 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 283 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 342 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
|
rdbmp.c | 57 JSAMPARRAY colormap; /* BMP colormap (converted to my format) */ 123 register JSAMPARRAY colormap = source->colormap; 124 JSAMPARRAY image_ptr; 154 JSAMPARRAY image_ptr; 193 JSAMPARRAY image_ptr;
|
jdapistd.c | 143 (*cinfo->main->process_data) (cinfo, (JSAMPARRAY) NULL, 178 jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines, 273 JSAMPARRAY scanlines)
|
jidctred.c | 120 JSAMPARRAY output_buf, JDIMENSION output_col) 273 JSAMPARRAY output_buf, JDIMENSION output_col) 381 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,
|
jdmerge.c | 68 JSAMPARRAY output_buf)); 165 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, 220 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, 252 JSAMPARRAY output_buf) 311 JSAMPARRAY output_buf) 375 JSAMPARRAY output_buf) 449 JSAMPARRAY output_buf) 525 JSAMPARRAY output_buf) 610 JSAMPARRAY output_buf)
|
wrbmp.c | 76 JSAMPARRAY image_ptr; 111 JSAMPARRAY image_ptr; 295 JSAMPARRAY colormap = cinfo->colormap; 348 JSAMPARRAY image_ptr;
|
jquant2.c | 197 JSAMPARRAY sv_colormap; /* colormap allocated at init time */ 224 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, 225 JSAMPARRAY output_buf, int num_rows) [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdcolor.c | 141 JSAMPARRAY output_buf, int num_rows) 182 JSAMPARRAY output_buf, int num_rows) 223 JSAMPARRAY output_buf, int num_rows) 295 JSAMPARRAY output_buf, int num_rows) 373 JSAMPARRAY output_buf, int num_rows) 399 JSAMPARRAY output_buf, int num_rows) 450 JSAMPARRAY output_buf, int num_rows) 511 JSAMPARRAY output_buf, int num_rows) 543 JSAMPARRAY output_buf, int num_rows) 559 JSAMPARRAY output_buf, int num_rows [all...] |
cdjpeg.h | 36 JSAMPARRAY buffer; 68 JSAMPARRAY buffer;
|
rdbmp.c | 57 JSAMPARRAY colormap; /* BMP colormap (converted to my format) */ 123 register JSAMPARRAY colormap = source->colormap; 124 JSAMPARRAY image_ptr; 154 JSAMPARRAY image_ptr; 193 JSAMPARRAY image_ptr;
|
jccolor.c | 133 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 180 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 226 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 282 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 321 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 376 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 435 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
|
jdapistd.c | 143 (*cinfo->main->process_data) (cinfo, (JSAMPARRAY) NULL, 178 jpeg_read_scanlines (j_decompress_ptr cinfo, JSAMPARRAY scanlines, 273 JSAMPARRAY scanlines)
|
jidctred.c | 120 JSAMPARRAY output_buf, JDIMENSION output_col) 273 JSAMPARRAY output_buf, JDIMENSION output_col) 381 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,
|
jdmerge.c | 68 JSAMPARRAY output_buf)); 165 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, 220 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, 252 JSAMPARRAY output_buf) 311 JSAMPARRAY output_buf) 375 JSAMPARRAY output_buf) 449 JSAMPARRAY output_buf) 525 JSAMPARRAY output_buf) 610 JSAMPARRAY output_buf)
|
wrbmp.c | 76 JSAMPARRAY image_ptr; 111 JSAMPARRAY image_ptr; 295 JSAMPARRAY colormap = cinfo->colormap; 348 JSAMPARRAY image_ptr;
|
jddctmgr.c | 45 JSAMPARRAY output_buf, JDIMENSION output_col) 57 JSAMPARRAY output_buf, JDIMENSION output_col);
|
jquant2.c | 197 JSAMPARRAY sv_colormap; /* colormap allocated at init time */ 224 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, 225 JSAMPARRAY output_buf, int num_rows) [all...] |
/external/qemu/android/utils/ |
jpeg-compress.c | 194 jpeg_write_scanlines(&cinfo, (JSAMPARRAY)&rgb, 1); 200 jpeg_write_scanlines(&cinfo, (JSAMPARRAY)&rgb, 1);
|