#include "jinclude.h"
#include "jpeglib.h"
#include "jdct.h"
Go to the source code of this file.
|
| | 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) |
| |
| | forward_DCT_float (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) |
| |
◆ CONST_BITS
◆ DIVIDE_BY
| #define DIVIDE_BY |
( |
|
a, |
|
|
|
b |
|
) |
| if (a >= b) a /= b; else a = 0 |
◆ JPEG_INTERNALS
◆ my_fdct_ptr
◆ forward_DCT()
◆ forward_DCT_float()
◆ jinit_forward_dct()
◆ start_pass_fdctmgr()