[gegl/samplers] cosmetic
- From: Nicolas Robidoux <nrobidoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/samplers] cosmetic
- Date: Fri, 17 Jun 2011 15:13:53 +0000 (UTC)
commit 8b1aa5bdd16cbfbbe138e2fd549f04a60765f15e
Author: Nicolas Robidoux <nicolas robidoux gmail com>
Date: Fri Jun 17 11:13:48 2011 -0400
cosmetic
gegl/buffer/gegl-sampler-lohalo.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index 71794a8..4c20fc3 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -198,6 +198,7 @@ gegl_sampler_lohalo_init (GeglSamplerLohalo *self)
GEGL_SAMPLER (self)->interpolate_format = babl_format ("RaGaBaA float");
}
+
static void inline
nohalo_subdivision (const gfloat uno_two,
const gfloat uno_thr,
@@ -635,6 +636,7 @@ nohalo_subdivision (const gfloat uno_two,
* the only one used by lohalo.
*/
+
static inline gfloat
lbb( const gfloat c00,
const gfloat c10,
@@ -1034,6 +1036,7 @@ lbb( const gfloat c00,
return newval;
}
+
static inline gfloat
teepee(const gfloat c_major_x,
const gfloat c_major_y,
@@ -1054,6 +1057,7 @@ teepee(const gfloat c_major_x,
return weight;
}
+
static inline void
ewa_update (const gint j,
const gint i,
@@ -1083,6 +1087,7 @@ ewa_update (const gint j,
ewa_newval[3] += weight * input_bptr[ skip + 3 ];
}
+
static void
gegl_sampler_lohalo_get ( GeglSampler* restrict self,
const gdouble absolute_x,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]