Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libjpeg/
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 …]
H A Djmemmgr.c168 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */
442 METHODDEF(JBLOCKARRAY)
448 JBLOCKARRAY result; in alloc_barray()
465 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id, in alloc_barray()
837 METHODDEF(JBLOCKARRAY)
H A Djccoefct.c257 JBLOCKARRAY buffer; in compress_first_pass()
352 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
H A Djdcoefct.c252 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in consume_data()
323 JBLOCKARRAY buffer; in decompress_data()
469 JBLOCKARRAY buffer; in decompress_smooth_data()
H A Djctrans.c301 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
/reactos/sdk/include/reactos/libs/libjpeg/
H A Djpeglib.h81 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
82 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
824 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
845 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,