Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djpeglib.h75 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
76 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
840 JBLOCKARRAY (*alloc_barray) (j_common_ptr cinfo, int pool_id,
856 JBLOCKARRAY (*access_virt_barray) (j_common_ptr cinfo, jvirt_barray_ptr ptr,
Dtransupp.c100 JBLOCKARRAY src_buffer, dst_buffer; in do_crop()
139 JBLOCKARRAY buffer; in do_flip_h_no_crop()
206 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_h()
268 JBLOCKARRAY src_buffer, dst_buffer; in do_flip_v()
347 JBLOCKARRAY src_buffer, dst_buffer; in do_transpose()
400 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_90()
481 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_270()
552 JBLOCKARRAY src_buffer, dst_buffer; in do_rot_180()
664 JBLOCKARRAY src_buffer, dst_buffer; in do_transverse()
Djmemmgr.c173 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */
493 METHODDEF(JBLOCKARRAY)
499 JBLOCKARRAY result; in alloc_barray()
520 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id, in alloc_barray()
903 METHODDEF(JBLOCKARRAY)
Djccoefct.c253 JBLOCKARRAY buffer; in compress_first_pass()
347 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
Djdcoefct.c197 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in consume_data()
268 JBLOCKARRAY buffer; in decompress_data()
415 JBLOCKARRAY buffer; in decompress_smooth_data()
Djctrans.c300 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
Dstructure.txt612 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.)
Dturbojpeg.c2137 JBLOCKARRAY barray=(dinfo->mem->access_virt_barray) in tjTransform()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c169 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)
Djpeglib.h174 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,
Dfpdfapi_jccoefct.c253 JBLOCKARRAY buffer; in compress_first_pass()
347 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
Dfpdfapi_jdcoefct.c250 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in consume_data()
321 JBLOCKARRAY buffer; in decompress_data()
467 JBLOCKARRAY buffer; in decompress_smooth_data()
Dfpdfapi_jctrans.c286 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()