|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | my_coef_controller |
Macros | |
| #define | JPEG_INTERNALS |
Typedefs | |
| typedef my_coef_controller * | my_coef_ptr |
Functions | |
| LOCAL (void) | |
| jpeg_copy_critical_parameters (j_decompress_ptr srcinfo, j_compress_ptr dstinfo) | |
| jpeg_calc_trans_dimensions (j_compress_ptr cinfo) | |
| transencode_master_selection (j_compress_ptr cinfo, jvirt_barray_ptr *coef_arrays) | |
| start_iMCU_row (j_compress_ptr cinfo) | |
| start_pass_coef (j_compress_ptr cinfo, J_BUF_MODE pass_mode) | |
| compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) | |
| transencode_coef_controller (j_compress_ptr cinfo, jvirt_barray_ptr *coef_arrays) | |
| typedef my_coef_controller* my_coef_ptr |
| compress_output | ( | j_compress_ptr | cinfo, |
| JSAMPIMAGE | input_buf | ||
| ) |
Definition at line 293 of file jctrans.c.
Referenced by start_pass_coef(), and transencode_coef_controller().
| jpeg_calc_trans_dimensions | ( | j_compress_ptr | cinfo | ) |
Definition at line 164 of file jctrans.c.
Referenced by transencode_master_selection().
| jpeg_copy_critical_parameters | ( | j_decompress_ptr | srcinfo, |
| j_compress_ptr | dstinfo | ||
| ) |
Definition at line 64 of file jctrans.c.
Referenced by main().
| LOCAL | ( | void | ) |
Definition at line 20 of file jctrans.c.
| start_iMCU_row | ( | j_compress_ptr | cinfo | ) |
Definition at line 242 of file jctrans.c.
Referenced by compress_data(), compress_output(), decompress_onepass(), start_input_pass(), and start_pass_coef().
| start_pass_coef | ( | j_compress_ptr | cinfo, |
| J_BUF_MODE | pass_mode | ||
| ) |
Definition at line 270 of file jctrans.c.
Referenced by transencode_coef_controller().
| transencode_coef_controller | ( | j_compress_ptr | cinfo, |
| jvirt_barray_ptr * | coef_arrays | ||
| ) |
Definition at line 378 of file jctrans.c.
Referenced by transencode_master_selection().
| transencode_master_selection | ( | j_compress_ptr | cinfo, |
| jvirt_barray_ptr * | coef_arrays | ||
| ) |
Definition at line 181 of file jctrans.c.