[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 13:59:48 +0000 (UTC)
commit b359410a925d2ed20283c9e415474c01b8dd111b
Author: Nicolas Robidoux <nicolas robidoux gmail com>
Date: Fri Jun 17 09:59:44 2011 -0400
cosmetic
gegl/buffer/gegl-sampler-lohalo.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index 89d4abd..56e6e93 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -1907,9 +1907,8 @@ gegl_sampler_lohalo_get ( GeglSampler* restrict self,
/*
* Grab the pixel values located within the context_rect of
- * "pure" LBB-Nohalo.
- *
- * Farther ones will be accessed through higher mipmap levels.
+ * "pure" LBB-Nohalo. Farther ones will be accessed through
+ * higher mipmap levels.
*/
/*
* First (top) row of the 5x5 context_rect, from left to
@@ -1958,8 +1957,7 @@ gegl_sampler_lohalo_get ( GeglSampler* restrict self,
// if (major_mag <= (gdouble) 2.5)
// {
- const gfloat ewa_factor =
- ( (gfloat) 1. - theta ) / total_weight;
+ const gfloat ewa_factor = ( (gfloat) 1. - theta ) / total_weight;
newval[0] = theta * newval[0] + ewa_factor * ewa_newval[0];
newval[1] = theta * newval[1] + ewa_factor * ewa_newval[1];
newval[2] = theta * newval[2] + ewa_factor * ewa_newval[2];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]