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 31 of file jidctflt.cpp.
Referenced by jpeg_idct_float().
#define JPEG_INTERNALS |
Definition at line 10 of file jidctflt.cpp.
jpeg_idct_float | ( | j_decompress_ptr | cinfo, |
jpeg_component_info * | compptr, | ||
JCOEFPTR | coef_block, | ||
JSAMPARRAY | output_buf, | ||
JDIMENSION | output_col | ||
) |
Definition at line 39 of file jidctflt.cpp.
References coef_block, compptr, jpeg_component_info::dct_table, DCTSIZE, DCTSIZE2, DEQUANTIZE, DESCALE, IDCT_range_limit, output_buf, output_col, RANGE_MASK, and SHIFT_TEMPS.
Referenced by start_pass().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |