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 | DEQUANTIZE(coef, quantval) (((FAST_FLOAT) (coef)) * (quantval)) |
Functions | |
jpeg_idct_float (j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) | |
#define DEQUANTIZE | ( | coef, | |
quantval | |||
) | (((FAST_FLOAT) (coef)) * (quantval)) |
Definition at line 60 of file jidctflt.c.
Referenced by jpeg_idct_float().
#define JPEG_INTERNALS |
Definition at line 39 of file jidctflt.c.
jpeg_idct_float | ( | j_decompress_ptr | cinfo, |
jpeg_component_info * | compptr, | ||
JCOEFPTR | coef_block, | ||
JSAMPARRAY | output_buf, | ||
JDIMENSION | output_col | ||
) |
Definition at line 68 of file jidctflt.c.
References coef_block, jpeg_component_info::dct_table, DCTSIZE, DCTSIZE2, DEQUANTIZE, DESCALE, for(), IDCT_range_limit, int, output_col, RANGE_MASK, and SHIFT_TEMPS.
Referenced by start_pass().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.