Go to the source code of this file.
Macros | |
#define | DEQUANTIZE(coef, quantval) (((FAST_FLOAT) (coef)) * (quantval)) |
#define | JPEG_INTERNALS |
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.
#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.