Go to the source code of this file.
Macros | |
#define | JPEG_INTERNALS |
#define | FMEMCOPY(dest, src, size) MEMCOPY(dest,src,size) |
#define | FMEMZERO(target, size) MEMZERO(target,size) |
Functions | |
jdiv_round_up (long a, long b) | |
jround_up (long a, long b) | |
jcopy_sample_rows (JSAMPARRAY input_array, int source_row, JSAMPARRAY output_array, int dest_row, int num_rows, JDIMENSION num_cols) | |
jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row, JDIMENSION num_blocks) | |
jzero_far (void FAR *target, size_t bytestozero) | |
Variables | |
const int | jpeg_natural_order [DCTSIZE2+16] |
Definition at line 96 of file jutils.cpp.
Referenced by jcopy_block_row(), and jcopy_sample_rows().
Definition at line 97 of file jutils.cpp.
Referenced by jzero_far().
#define JPEG_INTERNALS |
Definition at line 10 of file jutils.cpp.
jcopy_block_row | ( | JBLOCKROW | input_row, |
JBLOCKROW | output_row, | ||
JDIMENSION | num_blocks | ||
) |
Definition at line 141 of file jutils.cpp.
References DCTSIZE2, FMEMCOPY, num_blocks, output_row, and SIZEOF.
Referenced by decompress_smooth_data().
jcopy_sample_rows | ( | JSAMPARRAY | input_array, |
int | source_row, | ||
JSAMPARRAY | output_array, | ||
int | dest_row, | ||
int | num_rows, | ||
JDIMENSION | num_cols | ||
) |
Definition at line 107 of file jutils.cpp.
References dest_row, FMEMCOPY, num_cols, num_rows, output_array, SIZEOF, and source_row.
Referenced by expand_bottom_edge(), fullsize_downsample(), grayscale_convert(), h2v2_upsample(), int_upsample(), merged_2v_upsample(), and pre_process_context().
jdiv_round_up | ( | long | a, |
long | b | ||
) |
Definition at line 68 of file jutils.cpp.
Referenced by initial_setup(), jpeg_calc_output_dimensions(), and per_scan_setup().
jround_up | ( | long | a, |
long | b | ||
) |
Definition at line 77 of file jutils.cpp.
Referenced by jinit_c_coef_controller(), jinit_c_main_controller(), jinit_d_coef_controller(), jinit_d_post_controller(), and jinit_upsampler().
Definition at line 161 of file jutils.cpp.
References bytestozero, FAR, and FMEMZERO.
Referenced by access_virt_barray(), access_virt_sarray(), compress_data(), compress_first_pass(), decompress_onepass(), quantize_fs_dither(), quantize_ord_dither(), start_pass_1_quant(), start_pass_2_quant(), and transencode_coef_controller().
const int jpeg_natural_order[DCTSIZE2+16] |
Definition at line 49 of file jutils.cpp.
Referenced by decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), emit_dqt(), encode_mcu_AC_first(), encode_mcu_AC_refine(), encode_one_block(), get_dqt(), and htest_one_block().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |