Home
last modified time | relevance | path

Searched refs:drop_coef_arrays (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Dtransupp.h160 jvirt_barray_ptr *drop_coef_arrays; member
Dtransupp.c192 j_decompress_ptr dropinfo, jvirt_barray_ptr *drop_coef_arrays, in adjust_quant() argument
208 requant_comp(dropinfo, compptr2, drop_coef_arrays[ci], qtblptr1); in adjust_quant()
217 dequant_comp(dropinfo, compptr2, drop_coef_arrays[ci], qtblptr3); in adjust_quant()
230 j_decompress_ptr dropinfo, jvirt_barray_ptr *drop_coef_arrays, in do_drop() argument
257 ((j_common_ptr)dropinfo, drop_coef_arrays[ci], blk_y, in do_drop()
2098 info->drop_ptr, info->drop_coef_arrays, in jtransform_adjust_parameters()
2240 src_coef_arrays, info->drop_ptr, info->drop_coef_arrays, in jtransform_execute_transform()
Djpegtran.c641 transformoption.drop_coef_arrays = jpeg_read_coefficients(&dropinfo); in jpegtran()