diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-16 10:38:18 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2011-12-16 10:38:18 +0000 |
| commit | e576aa9f06a27fd5ed3ede1224b5574026307d47 (patch) | |
| tree | e6a780784dbcbf85cef9c67de9c6ce8e1e726d39 /libopenjpeg/t1.c | |
| parent | c469e1339fc032757cff232c785bb6cb45b7f993 (diff) | |
Reorder static inline when extension is found (GNU)
Diffstat (limited to 'libopenjpeg/t1.c')
| -rw-r--r-- | libopenjpeg/t1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libopenjpeg/t1.c b/libopenjpeg/t1.c index b3ede36a..47772041 100644 --- a/libopenjpeg/t1.c +++ b/libopenjpeg/t1.c @@ -123,20 +123,20 @@ static void t1_enc_refpass_step( /** Decode refinement pass */ -static void INLINE t1_dec_refpass_step_raw( +static INLINE void t1_dec_refpass_step_raw( opj_t1_t *t1, flag_t *flagsp, int *datap, int poshalf, int neghalf, int vsc); -static void INLINE t1_dec_refpass_step_mqc( +static INLINE void t1_dec_refpass_step_mqc( opj_t1_t *t1, flag_t *flagsp, int *datap, int poshalf, int neghalf); -static void INLINE t1_dec_refpass_step_mqc_vsc( +static INLINE void t1_dec_refpass_step_mqc_vsc( opj_t1_t *t1, flag_t *flagsp, int *datap, |
