Assignments
Assignments
|
Classes | |
struct | my_fdct_controller |
Macros | |
#define | JPEG_INTERNALS |
#define | DIVIDE_BY(a, b) if (a >= b) a /= b; else a = 0 |
Typedefs | |
typedef my_fdct_controller * | my_fdct_ptr |
Functions | |
start_pass_fdctmgr (j_compress_ptr cinfo) | |
forward_DCT (j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) | |
jinit_forward_dct (j_compress_ptr cinfo) | |
#define JPEG_INTERNALS |
typedef my_fdct_controller* my_fdct_ptr |
forward_DCT | ( | j_compress_ptr | cinfo, |
jpeg_component_info * | compptr, | ||
JSAMPARRAY | sample_data, | ||
JBLOCKROW | coef_blocks, | ||
JDIMENSION | start_row, | ||
JDIMENSION | start_col, | ||
JDIMENSION | num_blocks ) |
jinit_forward_dct | ( | j_compress_ptr | cinfo | ) |
start_pass_fdctmgr | ( | j_compress_ptr | cinfo | ) |