|
ReactOS 0.4.16-dev-2617-g01a0906
|

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 | |
| METHODDEF (boolean) | |
| start_pass_coef (j_compress_ptr cinfo, J_BUF_MODE pass_mode) | |
| compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf) | |
| jinit_c_coef_controller (j_compress_ptr cinfo, boolean need_full_buffer) | |
| #define JPEG_INTERNALS |
Definition at line 14 of file jccoefct.c.
| typedef my_coef_controller* my_coef_ptr |
Definition at line 59 of file jccoefct.c.
| compress_data | ( | j_compress_ptr | cinfo, |
| JSAMPIMAGE | input_buf | ||
| ) |
Definition at line 144 of file jccoefct.c.
Referenced by start_pass_coef().
| jinit_c_coef_controller | ( | j_compress_ptr | cinfo, |
| boolean | need_full_buffer | ||
| ) |
Definition at line 410 of file jccoefct.c.
Referenced by jinit_compress_master().
| METHODDEF | ( | boolean | ) |
Definition at line 63 of file jccoefct.c.
| start_pass_coef | ( | j_compress_ptr | cinfo, |
| J_BUF_MODE | pass_mode | ||
| ) |
Definition at line 102 of file jccoefct.c.
Referenced by jinit_c_coef_controller().