[gegl] comments
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] comments
- Date: Fri, 1 Jul 2011 03:38:57 +0000 (UTC)
commit a6fa5cba180279a016350084a26ff6a53d8f6247
Author: Nicolas Robidoux <nicolas robidoux gmail com>
Date: Sun Jun 26 09:56:42 2011 -0400
comments
gegl/buffer/gegl-sampler-lohalo.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index 7ef6ba6..62f0c91 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -192,6 +192,14 @@
#define LOHALO_FLOORED_DIVISION_BY_2(a) (((a) - ((a)>=0 ? 0 : 1)) / 2)
/*
+ * 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:
*/
#define LOHALO_CALL_LEVEL_1_EWA_UPDATE(j,i) level_1_ewa_update ((j), \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]