Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.c98 JBLOCKARRAY buffer; in dequant_comp()
128 JBLOCKARRAY buffer; in requant_comp()
242 JBLOCKARRAY src_buffer, dst_buffer; in do_drop()
283 JBLOCKARRAY src_buffer, dst_buffer; in do_crop()
325 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_zero()
401 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_flat()
480 JBLOCKARRAY src_buffer, dst_buffer; in do_crop_ext_reflect()
579 JBLOCKARRAY buffer; in do_wipe()
613 JBLOCKARRAY buffer; in do_flatten()
663 JBLOCKARRAY buffer; in do_reflect()
[all …]
Djpeglib.h81 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
82 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
846 JBLOCKARRAY (*alloc_barray) (j_common_ptr cinfo, int pool_id,
862 JBLOCKARRAY (*access_virt_barray) (j_common_ptr cinfo, jvirt_barray_ptr ptr,
Djmemmgr.c177 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()
902 METHODDEF(JBLOCKARRAY)
Djccoefct.c253 JBLOCKARRAY buffer; in compress_first_pass()
347 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
Djdcoefct.c198 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in consume_data()
271 JBLOCKARRAY buffer; in decompress_data()
434 JBLOCKARRAY buffer; in decompress_smooth_data()
Djctrans.c299 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN]; in compress_output()
Dstructure.txt608 typedef JBLOCKROW *JBLOCKARRAY; ptr to a list of such rows
609 typedef JBLOCKARRAY *JBLOCKIMAGE; ptr to a list of color component arrays
742 (Note: JSAMPARRAY and JBLOCKARRAY data structures are a combination of large
746 and a JSAMPARRAY or JBLOCKARRAY working buffer, all created with one call.)
Dturbojpeg.c2022 JBLOCKARRAY barray = (dinfo->mem->access_virt_barray) in tjTransform()