Searched refs:JBLOCKARRAY (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/3rdparty/libjpeg/ |
H A D | transupp.c | 170 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 D | jmemmgr.c | 168 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 D | jccoefct.c | 257 JBLOCKARRAY buffer; in compress_first_pass() 352 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
|
H A D | jdcoefct.c | 252 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in consume_data() 323 JBLOCKARRAY buffer; in decompress_data() 469 JBLOCKARRAY buffer; in decompress_smooth_data()
|
H A D | jctrans.c | 301 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
|
/reactos/sdk/include/reactos/libs/libjpeg/ |
H A D | jpeglib.h | 81 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,
|