Searched refs:JBLOCKARRAY (Results 1 – 7 of 7) sorted by relevance
/external/jpeg/ |
D | transupp.c | 72 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()
|
D | jpeglib.h | 72 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef 73 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */ 829 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id, 850 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
|
D | jmemmgr.c | 167 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() 840 METHODDEF(JBLOCKARRAY)
|
D | jccoefct.c | 253 JBLOCKARRAY buffer; in compress_first_pass() 347 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
|
D | jdcoefct.c | 261 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in consume_data() 458 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in consume_data_build_huffman_index_progressive() 560 JBLOCKARRAY buffer; in decompress_data() 720 JBLOCKARRAY buffer; in decompress_smooth_data()
|
D | jctrans.c | 286 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
|
D | structure.doc | 643 typedef JBLOCKROW *JBLOCKARRAY; ptr to a list of such rows 644 typedef JBLOCKARRAY *JBLOCKIMAGE; ptr to a list of color component arrays 788 (Note: JSAMPARRAY and JBLOCKARRAY data structures are a combination of large 792 and a JSAMPARRAY or JBLOCKARRAY working buffer, all created with one call.)
|