[gegl] comments



commit 54698c3f321e243c5040cbfcb913a66148c370af
Author: Nicolas Robidoux <nrobidoux git gnome org>
Date:   Sat Jan 5 14:11:25 2013 -0500

    comments

 gegl/buffer/gegl-sampler-lohalo.c |    8 ++++----
 gegl/buffer/gegl-sampler-nohalo.c |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index c7f01c4..c47a61a 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -320,10 +320,10 @@ gegl_sampler_lohalo_class_init (GeglSamplerLohaloClass *klass)
  *
  * Speed/quality trade-off:
  *
- * Downsampling quality will decrease around ratio 1/(LOHALO_OFFSET_0
- * + .5). In addition, the smaller LOHALO_OFFSET_0, the more
- * noticeable the artifacts. To maintain maximum quality for the
- * widest downsampling range possible, a somewhat large
+ * Downsampling quality will decrease around ratio
+ * 1/(LOHALO_OFFSET_0+0.5). In addition, the smaller LOHALO_OFFSET_0,
+ * the more noticeable the artifacts. To maintain maximum quality for
+ * the widest downsampling range possible, a somewhat large
  * LOHALO_OFFSET_0 should be used. However, the larger the "level 0"
  * offset, the slower Lohalo will run when no significant downsampling
  * is done, because the width and height of context_rect is
diff --git a/gegl/buffer/gegl-sampler-nohalo.c b/gegl/buffer/gegl-sampler-nohalo.c
index a4ac373..b488ea0 100644
--- a/gegl/buffer/gegl-sampler-nohalo.c
+++ b/gegl/buffer/gegl-sampler-nohalo.c
@@ -397,10 +397,10 @@ gegl_sampler_nohalo_class_init (GeglSamplerNohaloClass *klass)
  *
  * Speed/quality trade-off:
  *
- * Downsampling quality will decrease around ratio 1/(NOHALO_OFFSET_0
- * + .5). In addition, the smaller NOHALO_OFFSET_0, the more
- * noticeable the artifacts. To maintain maximum quality for the
- * widest downsampling range possible, a somewhat large
+ * Downsampling quality will decrease around ratio
+ * 1/(NOHALO_OFFSET_0+0.5). In addition, the smaller NOHALO_OFFSET_0,
+ * the more noticeable the artifacts. To maintain maximum quality for
+ * the widest downsampling range possible, a somewhat large
  * NOHALO_OFFSET_0 should be used. However, the larger the "level 0"
  * offset, the slower Nohalo will run when no significant downsampling
  * is done, because the width and height of context_rect is



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]