|
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 | CONST_BITS 8 |
| #define | PASS1_BITS 2 |
| #define | FIX_1_082392200 FIX(1.082392200) |
| #define | FIX_1_414213562 FIX(1.414213562) |
| #define | FIX_1_847759065 FIX(1.847759065) |
| #define | FIX_2_613125930 FIX(2.613125930) |
| #define | DESCALE(x, n) RIGHT_SHIFT(x, n) |
| #define | MULTIPLY(var, const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) |
| #define | DEQUANTIZE(coef, quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval)) |
| #define | ISHIFT_TEMPS |
| #define | IRIGHT_SHIFT(x, shft) ((x) >> (shft)) |
| #define | IDESCALE(x, n) ((int) IRIGHT_SHIFT(x, n)) |
Functions | |
| jpeg_idct_ifast (j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) | |
| #define CONST_BITS 8 |
Definition at line 77 of file jidctfst.c.
| #define DEQUANTIZE | ( | coef, | |
| quantval | |||
| ) | (((IFAST_MULT_TYPE) (coef)) * (quantval)) |
Definition at line 129 of file jidctfst.c.
Referenced by jpeg_idct_ifast().
Definition at line 111 of file jidctfst.c.
| #define FIX_1_082392200 FIX(1.082392200) |
Definition at line 97 of file jidctfst.c.
Referenced by jpeg_idct_ifast().
| #define FIX_1_414213562 FIX(1.414213562) |
Definition at line 98 of file jidctfst.c.
Referenced by jpeg_idct_ifast().
| #define FIX_1_847759065 FIX(1.847759065) |
Definition at line 99 of file jidctfst.c.
Referenced by jpeg_idct_ifast().
| #define FIX_2_613125930 FIX(2.613125930) |
Definition at line 100 of file jidctfst.c.
Referenced by jpeg_idct_ifast().
Definition at line 159 of file jidctfst.c.
Referenced by jpeg_idct_ifast().
Definition at line 153 of file jidctfst.c.
| #define ISHIFT_TEMPS |
Definition at line 152 of file jidctfst.c.
Referenced by jpeg_idct_ifast().
| #define JPEG_INTERNALS |
Definition at line 35 of file jidctfst.c.
| #define MULTIPLY | ( | var, | |
| const | |||
| ) | ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) |
Definition at line 119 of file jidctfst.c.
Referenced by jpeg_idct_ifast().
| #define PASS1_BITS 2 |
Definition at line 78 of file jidctfst.c.
Referenced by jpeg_idct_ifast().
| jpeg_idct_ifast | ( | j_decompress_ptr | cinfo, |
| jpeg_component_info * | compptr, | ||
| JCOEFPTR | coef_block, | ||
| JSAMPARRAY | output_buf, | ||
| JDIMENSION | output_col | ||
| ) |
Definition at line 168 of file jidctfst.c.
References coef_block, jpeg_component_info::dct_table, DCTSIZE, DCTSIZE2, DEQUANTIZE, FIX_1_082392200, FIX_1_414213562, FIX_1_847759065, FIX_2_613125930, IDCT_range_limit, IDESCALE, int, ISHIFT_TEMPS, MULTIPLY, output_col, PASS1_BITS, RANGE_MASK, and SHIFT_TEMPS.
Referenced by start_pass().