doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Macros | |
#define | JPEG_INTERNALS |
#define | DEQUANTIZE(coef, quantval) (((FAST_FLOAT) (coef)) * (quantval)) |
Functions | |
GLOBAL void | 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.
GLOBAL void 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.