From a766361a840249845ba331ac74a5399dd67d600d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 19 Sep 2018 02:14:32 +0000 Subject: add comments git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3330 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/pamaltsat.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'editor/pamaltsat.c') diff --git a/editor/pamaltsat.c b/editor/pamaltsat.c index fbf69641..64a099e4 100644 --- a/editor/pamaltsat.c +++ b/editor/pamaltsat.c @@ -250,6 +250,8 @@ getTupInfo(tuplen const tup, /* ------------------------ Logarithmic saturation ------------------------- */ +/* Method and algorithm by Anton Shepelev. */ + static void tryLogSat(double const sat, LinSampleInfo * const siP, @@ -375,7 +377,9 @@ saturateLog(LinSampleInfo* const siP, -/* -------------------------- Spectrum saturation --------------------------- */ +/* ------------------------- Spectrum saturation --------------------------- */ + +/* Method and algorithm by Anton Shepelev. */ static void saturateSpectrum(LinSampleInfo * const siP, -- cgit 1.4.1