|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |

Go to the source code of this file.
Defines | |
| #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, FAST_FLOAT, IDCT_range_limit, int, output_col, RANGE_MASK, and SHIFT_TEMPS.
Referenced by start_pass().