Macros | |
#define | CONST_BITS 8 |
#define | DEQUANTIZE(coef, quantval) (((IFAST_MULT_TYPE) (coef)) * (quantval)) |
#define | DESCALE(x, n) RIGHT_SHIFT(x, n) |
#define | FIX_1_082392200 ((INT32) 277) /* FIX(1.082392200) */ |
#define | FIX_1_414213562 ((INT32) 362) /* FIX(1.414213562) */ |
#define | FIX_1_847759065 ((INT32) 473) /* FIX(1.847759065) */ |
#define | FIX_2_613125930 ((INT32) 669) /* FIX(2.613125930) */ |
#define | IDESCALE(x, n) ((int) IRIGHT_SHIFT(x, n)) |
#define | IRIGHT_SHIFT(x, shft) ((x) >> (shft)) |
#define | ISHIFT_TEMPS |
#define | JPEG_INTERNALS |
#define | MULTIPLY(var, const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) |
#define | PASS1_BITS 2 |
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 |
#define DEQUANTIZE | ( | coef, | |
quantval | |||
) | (((IFAST_MULT_TYPE) (coef)) * (quantval)) |
Referenced by jpeg_idct_ifast().
#define DESCALE | ( | x, | |
n | |||
) | RIGHT_SHIFT(x, n) |
Referenced by jpeg_fdct_islow(), jpeg_idct_1x1(), jpeg_idct_2x2(), jpeg_idct_4x4(), jpeg_idct_islow(), start_pass(), and start_pass_fdctmgr().
Referenced by jpeg_idct_ifast().
Referenced by jpeg_idct_ifast().
Referenced by jpeg_idct_ifast().
Referenced by jpeg_idct_ifast().
#define IDESCALE | ( | x, | |
n | |||
) | ((int) IRIGHT_SHIFT(x, n)) |
Referenced by jpeg_idct_ifast().
#define ISHIFT_TEMPS |
Referenced by jpeg_idct_ifast().
#define JPEG_INTERNALS |
#define MULTIPLY | ( | var, | |
const | |||
) | ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) |
Referenced by jpeg_idct_ifast().
#define PASS1_BITS 2 |
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 | ||
) |
References coef_block, jpeg_component_info::dct_table, DCTSIZE, DCTSIZE2, DEQUANTIZE, FIX_1_082392200, FIX_1_414213562, FIX_1_847759065, FIX_2_613125930, for(), IDCT_range_limit, IDESCALE, inptr, ISHIFT_TEMPS, MULTIPLY, outptr, output_col, PASS1_BITS, RANGE_MASK, and SHIFT_TEMPS.
Referenced by start_pass().