Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
5e433da2
Commit
5e433da2
authored
Aug 20, 2008
by
Emmanuel Christophe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: Integration des corrections d'openjpeg.org pour l'erreur relocation R_X86_64_PC32 en debug
parent
75abd82e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Utilities/otbopenjpeg/libopenjpeg/dwt.c
Utilities/otbopenjpeg/libopenjpeg/dwt.c
+4
-2
No files found.
Utilities/otbopenjpeg/libopenjpeg/dwt.c
View file @
5e433da2
...
@@ -128,7 +128,8 @@ static OPJ_BOOL dwt_decode_tile(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i, DWT1DFN
...
@@ -128,7 +128,8 @@ static OPJ_BOOL dwt_decode_tile(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i, DWT1DFN
static
OPJ_UINT32
dwt_max_resolution
(
opj_tcd_resolution_t
*
restrict
r
,
OPJ_UINT32
i
);
static
OPJ_UINT32
dwt_max_resolution
(
opj_tcd_resolution_t
*
restrict
r
,
OPJ_UINT32
i
);
static
INLINE
OPJ_BOOL
dwt_encode_procedure
(
opj_tcd_tilecomp_t
*
tilec
,
void
(
*
p_function
)(
OPJ_INT32
*
,
OPJ_INT32
,
OPJ_INT32
,
OPJ_INT32
)
);
// static INLINE OPJ_BOOL dwt_encode_procedure(opj_tcd_tilecomp_t * tilec,void (*p_function)(OPJ_INT32 *, OPJ_INT32,OPJ_INT32,OPJ_INT32) );
static
bool
dwt_encode_procedure
(
opj_tcd_tilecomp_t
*
tilec
,
void
(
*
p_function
)(
OPJ_INT32
*
,
OPJ_INT32
,
OPJ_INT32
,
OPJ_INT32
)
);
/*@}*/
/*@}*/
/*@}*/
/*@}*/
...
@@ -372,7 +373,8 @@ static void dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsi
...
@@ -372,7 +373,8 @@ static void dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsi
/* <summary> */
/* <summary> */
/* Forward 5-3 wavelet transform in 2-D. */
/* Forward 5-3 wavelet transform in 2-D. */
/* </summary> */
/* </summary> */
INLINE
OPJ_BOOL
dwt_encode_procedure
(
opj_tcd_tilecomp_t
*
tilec
,
void
(
*
p_function
)(
OPJ_INT32
*
,
OPJ_INT32
,
OPJ_INT32
,
OPJ_INT32
)
)
// INLINE OPJ_BOOL
INLINE
bool
dwt_encode_procedure
(
opj_tcd_tilecomp_t
*
tilec
,
void
(
*
p_function
)(
OPJ_INT32
*
,
OPJ_INT32
,
OPJ_INT32
,
OPJ_INT32
)
)
{
{
OPJ_INT32
i
,
j
,
k
;
OPJ_INT32
i
,
j
,
k
;
OPJ_INT32
*
a
=
00
;
OPJ_INT32
*
a
=
00
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment