Re: [darktable-devel] darktable-devel Digest, Vol 68, Issue 8

2015-05-12 Thread Tobias Ellinghaus
Am Dienstag, 12. Mai 2015, 22:58:52 schrieb Carter: > Dear all, > > Now I'm trying to analysis about noiseprofile.c. I have 2 queries. > Especially, I can't quite a catch the meaning this process "while((end < > k) && ((int)clamp(llhh[2*end]*N, 0, N-1) == bin)) end++; It seems > that this

Re: [darktable-devel] darktable-devel Digest, Vol 68, Issue 8

2015-05-12 Thread Carter
Dear all, Now I'm trying to analysis about noiseprofile.c. I have 2 queries. Especially, I can't quite a catch the meaning this process "while((end < k) && ((int)clamp(llhh[2*end]*N, 0, N-1) == bin)) end++; It seems that this is just counting for each bin. But it is hard to understanding a