Home
last modified time | relevance | path

Searched refs:JBLOCKARRAY (Results 1 – 25 of 750) sorted by relevance

12345678910>>...30

/dports/games/zdoom/zdoom-2.8.1/jpeg-6b/
H A Djmemmgr.c140 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */
349 METHODDEF(JBLOCKARRAY)
355 JBLOCKARRAY result; in alloc_barray()
363 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id, in alloc_barray()
487 METHODDEF(JBLOCKARRAY)
H A Djpeglib.h72 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
73 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
742 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
752 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
/dports/games/ecwolf/ecwolf-1.3.3-src/jpeg-6b/
H A Djmemmgr.c140 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */
349 METHODDEF(JBLOCKARRAY)
355 JBLOCKARRAY result; in alloc_barray()
363 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id, in alloc_barray()
487 METHODDEF(JBLOCKARRAY)
H A Djpeglib.h72 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
73 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
742 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
752 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
/dports/x11/xloadimage/xloadimage.4.1/jpeg/
H A Djmemmgr.c449 METHODDEF JBLOCKARRAY
454 JBLOCKARRAY result; in alloc_small_barray()
473 result = (JBLOCKARRAY) (hdr+1); /* advance past header */ in alloc_small_barray()
506 free_small_barray (JBLOCKARRAY ptr) in free_small_barray()
617 JBLOCKARRAY mem_buffer; /* the in-memory buffer */
899 METHODDEF JBLOCKARRAY
1017 free_small_barray((JBLOCKARRAY) (small_barray_list + 1)); in free_all()
/dports/graphics/fpc-pasjpeg/fpc-3.2.2/packages/pasjpeg/src/
H A Djpeglib.pas95 JBLOCKARRAY = ^JBLOCK_ARRAY; { a 2-D array of coefficient blocks }
97 jTBlockImage = 0..(MaxInt div SIZEOF(JBLOCKARRAY))-1;
98 JBLOCK_IMAGE = Array[jTBlockImage] of JBLOCKARRAY;
435 mem_buffer : JBLOCKARRAY; { => the in-memory buffer }
843 numrows : JDIMENSION) : JBLOCKARRAY;
871 writable : boolean) : JBLOCKARRAY;
/dports/lang/fpc-source/fpc-3.2.2/packages/pasjpeg/src/
H A Djpeglib.pas95 JBLOCKARRAY = ^JBLOCK_ARRAY; { a 2-D array of coefficient blocks }
97 jTBlockImage = 0..(MaxInt div SIZEOF(JBLOCKARRAY))-1;
98 JBLOCK_IMAGE = Array[jTBlockImage] of JBLOCKARRAY;
435 mem_buffer : JBLOCKARRAY; { => the in-memory buffer }
843 numrows : JDIMENSION) : JBLOCKARRAY;
871 writable : boolean) : JBLOCKARRAY;
/dports/graphics/mozjpeg/mozjpeg-4.0.3/
H A Djccoefct.c267 JBLOCKARRAY buffer; in compress_first_pass()
269 JBLOCKARRAY buffer_dst; in compress_first_pass()
360 JBLOCKARRAY buffer; in compress_trellis_pass()
362 JBLOCKARRAY buffer_dst; in compress_trellis_pass()
499 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/
H A Djccoefct.c267 JBLOCKARRAY buffer; in compress_first_pass()
269 JBLOCKARRAY buffer_dst; in compress_first_pass()
360 JBLOCKARRAY buffer; in compress_trellis_pass()
362 JBLOCKARRAY buffer_dst; in compress_trellis_pass()
499 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
H A Dtransupp.c98 JBLOCKARRAY buffer; in dequant_comp()
128 JBLOCKARRAY buffer; in requant_comp()
242 JBLOCKARRAY src_buffer, dst_buffer; in do_drop()
283 JBLOCKARRAY src_buffer, dst_buffer; in do_crop()
325 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_zero()
401 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_flat()
480 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_reflect()
579 JBLOCKARRAY buffer; in do_wipe()
613 JBLOCKARRAY buffer; in do_flatten()
663 JBLOCKARRAY buffer; in do_reflect()
[all …]
/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Djpeg.h168 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
169 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
476 METHOD(JBLOCKARRAY, alloc_small_barray, (long blocksperrow,
478 METHOD(void, free_small_barray, (JBLOCKARRAY ptr,
492 METHOD(JBLOCKARRAY, access_big_barray, (big_barray_ptr ptr,
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/upgrade/
H A Djpeglib.h67 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
68 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
638 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
656 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/
H A Dtransupp.c98 JBLOCKARRAY buffer; in dequant_comp()
128 JBLOCKARRAY buffer; in requant_comp()
242 JBLOCKARRAY src_buffer, dst_buffer; in do_drop()
283 JBLOCKARRAY src_buffer, dst_buffer; in do_crop()
325 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_zero()
401 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_flat()
480 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_reflect()
579 JBLOCKARRAY buffer; in do_wipe()
613 JBLOCKARRAY buffer; in do_flatten()
663 JBLOCKARRAY buffer; in do_reflect()
[all …]
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/
H A Dtransupp.c98 JBLOCKARRAY buffer; in dequant_comp()
128 JBLOCKARRAY buffer; in requant_comp()
242 JBLOCKARRAY src_buffer, dst_buffer; in do_drop()
283 JBLOCKARRAY src_buffer, dst_buffer; in do_crop()
325 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_zero()
401 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_flat()
480 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_reflect()
579 JBLOCKARRAY buffer; in do_wipe()
613 JBLOCKARRAY buffer; in do_flatten()
663 JBLOCKARRAY buffer; in do_reflect()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/jpg/lib/
H A Dtransupp.c170 JBLOCKARRAY buffer; in dequant_comp()
200 JBLOCKARRAY buffer; in requant_comp()
310 JBLOCKARRAY src_buffer, dst_buffer; in do_drop()
357 JBLOCKARRAY src_buffer, dst_buffer; in do_crop()
400 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_zero()
480 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_flat()
562 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_reflect()
658 JBLOCKARRAY buffer; in do_wipe()
693 JBLOCKARRAY buffer; in do_flatten()
745 JBLOCKARRAY buffer; in do_reflect()
[all …]
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Djpeglib.h71 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
72 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
672 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
690 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
/dports/graphics/xv-m17n/xv-3.10a/jpeg/
H A Djpeglib.h74 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
75 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
675 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
693 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
/dports/japanese/xv/xv-3.10a/jpeg/
H A Djpeglib.h74 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
75 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
675 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
693 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
/dports/graphics/xv/xv-3.10a/jpeg/
H A Djpeglib.h74 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
75 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
675 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
693 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
/dports/graphics/exiftran/fbida-2.14/jpeg/62/
H A Dtransupp.c72 JBLOCKARRAY buffer; in do_flip_h()
122 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_v()
193 JBLOCKARRAY src_buffer, dst_buffer; in do_transpose()
241 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_90()
305 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_270()
369 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_180()
474 JBLOCKARRAY src_buffer, dst_buffer; in do_transverse()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/jpeg/
H A Dtransupp.c72 JBLOCKARRAY buffer; in do_flip_h()
122 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_v()
193 JBLOCKARRAY src_buffer, dst_buffer; in do_transpose()
241 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_90()
305 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_270()
369 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_180()
474 JBLOCKARRAY src_buffer, dst_buffer; in do_transverse()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/image_formats/jpglib/
H A Dtransupp.c72 JBLOCKARRAY buffer; in do_flip_h()
122 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_v()
193 JBLOCKARRAY src_buffer, dst_buffer; in do_transpose()
241 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_90()
305 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_270()
369 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_180()
474 JBLOCKARRAY src_buffer, dst_buffer; in do_transverse()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/image_formats/jpglib/
H A Dtransupp.c72 JBLOCKARRAY buffer; in do_flip_h()
122 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_v()
193 JBLOCKARRAY src_buffer, dst_buffer; in do_transpose()
241 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_90()
305 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_270()
369 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_180()
474 JBLOCKARRAY src_buffer, dst_buffer; in do_transverse()
/dports/science/afni/afni-AFNI_21.3.16/src/jpeg-6b/
H A Dtransupp.c72 JBLOCKARRAY buffer; in do_flip_h()
122 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_v()
193 JBLOCKARRAY src_buffer, dst_buffer; in do_transpose()
241 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_90()
305 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_270()
369 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_180()
474 JBLOCKARRAY src_buffer, dst_buffer; in do_transverse()
/dports/graphics/ida/fbida-2.14/jpeg/62/
H A Dtransupp.c72 JBLOCKARRAY buffer; in do_flip_h()
122 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_v()
193 JBLOCKARRAY src_buffer, dst_buffer; in do_transpose()
241 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_90()
305 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_270()
369 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_180()
474 JBLOCKARRAY src_buffer, dst_buffer; in do_transverse()

12345678910>>...30