diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 14:14:31 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 14:14:31 +0000 |
| commit | 24d7f546623af3dc02554f5722e581766c81b04a (patch) | |
| tree | 570523dc810ae1668d5b25236708f2dac44f944e /libopenjpeg/dwt.c | |
| parent | 687a43e1996a91abe4c9e4f9f9e27e8841f5be51 (diff) | |
[trunk] merge rev 1228 from 1.5 to trunk
Diffstat (limited to 'libopenjpeg/dwt.c')
| -rw-r--r-- | libopenjpeg/dwt.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libopenjpeg/dwt.c b/libopenjpeg/dwt.c index 9675de31..0a1993fe 100644 --- a/libopenjpeg/dwt.c +++ b/libopenjpeg/dwt.c @@ -64,12 +64,12 @@ typedef struct v4dwt_local { int cas ; } v4dwt_t ; -static const float dwt_alpha = 1.586134342f; // 12994 -static const float dwt_beta = 0.052980118f; // 434 -static const float dwt_gamma = -0.882911075f; // -7233 -static const float dwt_delta = -0.443506852f; // -3633 +static const float dwt_alpha = 1.586134342f; /* 12994 */ +static const float dwt_beta = 0.052980118f; /* 434 */ +static const float dwt_gamma = -0.882911075f; /* -7233 */ +static const float dwt_delta = -0.443506852f; /* -3633 */ -static const float K = 1.230174105f; // 10078 +static const float K = 1.230174105f; /* 10078 */ /* FIXME: What is this constant? */ static const float c13318 = 1.625732422f; |
