11#ifndef BACKEND_TOOLS_JPEG_JPEGINTERNAL
12#define BACKEND_TOOLS_JPEG_JPEGINTERNAL
84 jvirt_barray_ptr *src_coef_arrays,
88 jvirt_barray_ptr *src_coef_arrays,
95void do_rot_90 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
96 jvirt_barray_ptr *src_coef_arrays,
97 jvirt_barray_ptr *dst_coef_arrays);
99void do_rot_270 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
100 jvirt_barray_ptr *src_coef_arrays,
101 jvirt_barray_ptr *dst_coef_arrays);
103void do_rot_180 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
104 jvirt_barray_ptr *src_coef_arrays,
105 jvirt_barray_ptr *dst_coef_arrays);
108 jvirt_barray_ptr *src_coef_arrays,
109 jvirt_barray_ptr *dst_coef_arrays);
111void do_flip_v (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
112 jvirt_barray_ptr *src_coef_arrays,
113 jvirt_barray_ptr *dst_coef_arrays);
115void do_flip_h (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
116 jvirt_barray_ptr *src_coef_arrays);
122 jvirt_barray_ptr *src_coef_arrays,
123 jvirt_barray_ptr *dst_coef_arrays);
127EXTERN(
void) jcopy_block_row JPP((JBLOCKROW input_row,
void do_rot_270(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays)
void do_flip_v(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays)
void do_transverse(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays)
void trim_bottom_edge(j_compress_ptr dstinfo)
void do_transpose(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays)
void trim_right_edge(j_compress_ptr dstinfo)
void jtransform_request_workspace(j_decompress_ptr srcinfo, jpeg_transform_info *info)
void jcopy_markers_execute(j_decompress_ptr srcinfo, j_compress_ptr dstinfo)
void do_rot_180(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays)
jvirt_barray_ptr * jtransform_adjust_parameters(j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info)
void jtransform_execute_transformation(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info)
void jcopy_markers_setup(j_decompress_ptr srcinfo, JCOPY_OPTION option)
JBLOCKROW JDIMENSION num_blocks
EXTERN(void) jcopy_block_row JPP((JBLOCKROW input_row
void do_rot_90(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays)
void do_flip_h(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays)