Searched refs:JBLOCKARRAY (Results 1 – 18 of 18) sorted by relevance
/external/libjpeg-turbo/ |
D | jpeglib.h | 74 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef 75 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */ 839 JBLOCKARRAY (*alloc_barray) (j_common_ptr cinfo, int pool_id, 855 JBLOCKARRAY (*access_virt_barray) (j_common_ptr cinfo, jvirt_barray_ptr ptr,
|
D | transupp.c | 99 JBLOCKARRAY src_buffer, dst_buffer; in do_crop() 138 JBLOCKARRAY buffer; in do_flip_h_no_crop() 205 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_h() 267 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_v() 346 JBLOCKARRAY src_buffer, dst_buffer; in do_transpose() 399 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_90() 480 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_270() 551 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_180() 663 JBLOCKARRAY src_buffer, dst_buffer; in do_transverse()
|
D | jmemmgr.c | 170 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */ 470 METHODDEF(JBLOCKARRAY) 476 JBLOCKARRAY result; in alloc_barray() 497 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id, in alloc_barray() 872 METHODDEF(JBLOCKARRAY)
|
D | jccoefct.c | 252 JBLOCKARRAY buffer; in compress_first_pass() 346 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
|
D | jdcoefct.c | 196 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in consume_data() 267 JBLOCKARRAY buffer; in decompress_data() 414 JBLOCKARRAY buffer; in decompress_smooth_data()
|
D | jctrans.c | 299 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
|
D | structure.txt | 612 typedef JBLOCKROW *JBLOCKARRAY; ptr to a list of such rows 613 typedef JBLOCKARRAY *JBLOCKIMAGE; ptr to a list of color component arrays 746 (Note: JSAMPARRAY and JBLOCKARRAY data structures are a combination of large 750 and a JSAMPARRAY or JBLOCKARRAY working buffer, all created with one call.)
|
D | turbojpeg.c | 2090 JBLOCKARRAY barray=(dinfo->mem->access_virt_barray) in tjTransform()
|
/external/opencv3/3rdparty/libjpeg/ |
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 */ 817 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id, 838 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
|
D | jmemmgr.c | 168 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */ 443 METHODDEF(JBLOCKARRAY) 449 JBLOCKARRAY result; in alloc_barray() 466 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id, in alloc_barray() 841 METHODDEF(JBLOCKARRAY)
|
D | jccoefct.c | 257 JBLOCKARRAY buffer; in compress_first_pass() 352 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
|
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()
|
D | jctrans.c | 283 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jmemmgr.c | 169 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */ 444 METHODDEF(JBLOCKARRAY) 450 JBLOCKARRAY result; in alloc_barray() 467 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id, in alloc_barray() 842 METHODDEF(JBLOCKARRAY)
|
D | jpeglib.h | 174 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef 175 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */ 867 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id, 888 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
|
D | fpdfapi_jccoefct.c | 253 JBLOCKARRAY buffer; in compress_first_pass() 347 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
|
D | fpdfapi_jdcoefct.c | 250 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in consume_data() 321 JBLOCKARRAY buffer; in decompress_data() 467 JBLOCKARRAY buffer; in decompress_smooth_data()
|
D | fpdfapi_jctrans.c | 286 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
|