
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.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |