Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | JPEG_INTERNALS |
#define | PROVIDE_ISLOW_TABLES |
#define | CONST_BITS 14 |
Typedefs | |
typedef my_idct_controller * | my_idct_ptr |
Functions | |
start_pass (j_decompress_ptr cinfo) | |
jinit_inverse_dct (j_decompress_ptr cinfo) | |
#define CONST_BITS 14 |
Referenced by start_pass().
#define JPEG_INTERNALS |
Definition at line 18 of file jddctmgr.c.
#define PROVIDE_ISLOW_TABLES |
Definition at line 74 of file jddctmgr.c.
typedef my_idct_controller* my_idct_ptr |
Definition at line 54 of file jddctmgr.c.
jinit_inverse_dct | ( | j_decompress_ptr | cinfo | ) |
Definition at line 247 of file jddctmgr.c.
References compptr, jpeg_component_info::dct_table, JPOOL_IMAGE, MEMZERO, SIZEOF, and start_pass().
Referenced by master_selection().
start_pass | ( | j_decompress_ptr | cinfo | ) |
Definition at line 89 of file jddctmgr.c.
References jpeg_component_info::component_needed, compptr, CONST_BITS, jpeg_component_info::DCT_scaled_size, jpeg_component_info::dct_table, DCTSIZE, DCTSIZE2, DESCALE, ERREXIT, ERREXIT1, for(), GLOBAL, i, IFAST_SCALE_BITS, JDCT_FLOAT, JDCT_IFAST, JDCT_ISLOW, jpeg_idct_1x1(), jpeg_idct_2x2(), jpeg_idct_4x4(), jpeg_idct_float(), jpeg_idct_ifast(), jpeg_idct_islow(), method, MULTIPLY16V16, NULL, jpeg_component_info::quant_table, and SHIFT_TEMPS.
Referenced by jinit_inverse_dct().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.