[gegl/samplers] cosmetic
- From: Nicolas Robidoux <nrobidoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/samplers] cosmetic
- Date: Wed, 29 Jun 2011 19:56:31 +0000 (UTC)
commit 83b3d1bff1df7d8be6ba7e8b9a1cddfce385cacd
Author: Nicolas Robidoux <nicolas robidoux gmail com>
Date: Wed Jun 29 15:56:26 2011 -0400
cosmetic
gegl/buffer/gegl-sampler-lohalo.c | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index 720ab10..81e2be7 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -23,7 +23,6 @@
* LOHALO SAMPLER
* ==============
*/
-
/*
* The Lohalo ("Low Halo") sampler is a Jacobian-adaptive blend of
* LBB-Nohalo (Nohalo subdivision with Locally Bounded Bicubic
@@ -198,14 +197,16 @@
*/
#define LOHALO_FLOORED_DIVISION_BY_2(a) ( (a)>>1 )
+
/*
- * General convention: Looking at the image as a (linear algebra)
- * matrix, the index j has to do with the x-coordinate, that is,
- * horizontal position, and the index i has to do with the
- * y-coordinate (which runs from top to bottom), that is, the vertical
- * position.
+ * General convention:
+ * Looking at the image as a (linear algebra) matrix, the index j has
+ * to do with the x-coordinate, that is, horizontal position, and the
+ * index i has to do with the y-coordinate (which runs from top to
+ * bottom), that is, the vertical position.
*/
+
/*
* Convenience macro:
*/
@@ -230,6 +231,7 @@
#define LOHALO_FUDGE ( (gdouble) 1.e-6 )
#define LOHALO_FUDGEF ( (gfloat) 1.e-6 )
+
enum
{
PROP_0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]