Go to the source code of this file.
Macros | |
#define | JPEG_INTERNALS |
#define | CONST_BITS 8 |
#define | FIX_0_382683433 ((INT32)98) /* FIX(0.382683433) */ |
#define | FIX_0_541196100 ((INT32)139) /* FIX(0.541196100) */ |
#define | FIX_0_707106781 ((INT32)181) /* FIX(0.707106781) */ |
#define | FIX_1_306562965 ((INT32)334) /* FIX(1.306562965) */ |
#define | DESCALE(x, n) RIGHT_SHIFT(x, n) |
#define | MULTIPLY(var, const) ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) |
Functions | |
GLOBAL (void) jpeg_fdct_ifast(DCTELEM *data) | |
#define CONST_BITS 8 |
Definition at line 43 of file jfdctfst.cpp.
#define DESCALE | ( | x, | |
n | |||
) | RIGHT_SHIFT(x, n) |
Definition at line 71 of file jfdctfst.cpp.
Definition at line 53 of file jfdctfst.cpp.
Referenced by GLOBAL().
Definition at line 54 of file jfdctfst.cpp.
Referenced by GLOBAL().
Definition at line 55 of file jfdctfst.cpp.
Referenced by GLOBAL().
Definition at line 56 of file jfdctfst.cpp.
Referenced by GLOBAL().
#define JPEG_INTERNALS |
Definition at line 10 of file jfdctfst.cpp.
#define MULTIPLY | ( | var, | |
const | |||
) | ((DCTELEM)DESCALE((var) * (const), CONST_BITS)) |
Definition at line 78 of file jfdctfst.cpp.
Referenced by GLOBAL().
GLOBAL | ( | void | ) |
Definition at line 84 of file jfdctfst.cpp.
References ctr, DCTSIZE, FIX_0_382683433, FIX_0_541196100, FIX_0_707106781, FIX_1_306562965, MULTIPLY, SHIFT_TEMPS, tmp10, tmp11, tmp12, tmp13, z1, z11, z13, z2, z3, z4, and z5.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |