Home
last modified time | relevance | path

Searched refs:hat_transform (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/postprocessing/
H A Dpostprocessing_aux.cpp21 void LibRaw::hat_transform(float *temp, float *base, int st, int size, int sc) in hat_transform() function in LibRaw
62 hat_transform(temp, fimg + hpass + row * iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
68 hat_transform(temp, fimg + lpass + col, iwidth, iheight, 1 << lev); in wavelet_denoise()
165 hat_transform(temp, fimg + hpass + row * iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
172 hat_transform(temp, fimg + lpass + col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/libraw/LibRaw-0.20.2/src/postprocessing/
H A Dpostprocessing_aux.cpp21 void LibRaw::hat_transform(float *temp, float *base, int st, int size, int sc) in hat_transform() function in LibRaw
62 hat_transform(temp, fimg + hpass + row * iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
68 hat_transform(temp, fimg + lpass + col, iwidth, iheight, 1 << lev); in wavelet_denoise()
165 hat_transform(temp, fimg + hpass + row * iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
172 hat_transform(temp, fimg + lpass + col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/postprocessing/
H A Dpostprocessing_aux.cpp21 void LibRaw::hat_transform(float *temp, float *base, int st, int size, int sc) in hat_transform() function in LibRaw
62 hat_transform(temp, fimg + hpass + row * iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
68 hat_transform(temp, fimg + lpass + col, iwidth, iheight, 1 << lev); in wavelet_denoise()
165 hat_transform(temp, fimg + hpass + row * iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
172 hat_transform(temp, fimg + lpass + col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/DenoiseSharpen/
H A DDenoiseSharpen.cpp1146 hat_transform (float *temp, //!< output vector in hat_transform() function
1241 hat_transform (&temp[0], _fimg_hpass + row * _iwidth, 1, _iwidth, _b3, _sc); in multiThreadFunction()
1284 hat_transform (&temp[0], _fimg_lpass + col, _iwidth, _iheight, _b3, _sc); in multiThreadFunction()
1337 hat_transform (&temp[0], _fimg_lpass + col, _iwidth, _iheight, _b3, _sc); in multiThreadFunction()
1842 hat_transform (temp, fimg[hpass] + row * iwidth, 1, iwidth, b3, 1 << lev); in wavelet_denoise()
1877 hat_transform (temp, fimg[lpass] + col, iwidth, iheight, b3, 1 << lev); in wavelet_denoise()
1898 hat_transform (temp, fimg[lpass] + col, iwidth, iheight, b3, 1 << lev); in wavelet_denoise()
2131 hat_transform (temp, fimg[hpass] + row * iwidth, 1, iwidth, b3, 1 << lev); in sigma_mad()
2151 hat_transform (temp, fimg[lpass] + col, iwidth, iheight, b3, 1 << lev); in sigma_mad()
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-dcraw/
H A Ddcraw.h219 void hat_transform (float *temp, float *base, int st, int size, int sc);
H A Ddcraw.cc3647 void CLASS hat_transform (float *temp, float *base, int st, int size, int sc) in hat_transform() function
3683 hat_transform (temp, fimg+hpass+row*iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
3688 hat_transform (temp, fimg+lpass+col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/ufraw/ufraw-f34669b/
H A Ddcraw.h242 void hat_transform(float *temp, float *base, int st, int size, int sc);
H A Ddcraw_indi.c106 static void CLASS hat_transform(float *temp, float *base, int st, int size, int sc) in hat_transform() function
156 hat_transform(temp, fimg + hpass + row * iwidth, 1, iwidth, 1 << lev); in wavelet_denoise_INDI()
161 hat_transform(temp, fimg + lpass + col, iwidth, iheight, 1 << lev); in wavelet_denoise_INDI()
H A DREADME264 One should also check if there where changes to the functions hat_transform(),
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/libraw/
H A Dlibraw.h331 void hat_transform(float *temp, float *base, int st, int size, int sc);
/dports/graphics/photivo/photivo/Sources/
H A DptDcRaw.h594 void hat_transform(float *temp,float *base,int st,int size,int sc);
H A DptImage.cpp5787 static void hat_transform(float *temp, float *base,int st,int size,int sc);
5839 hat_transform(TempTemp,fImage+hpass+Row*m_Width,1,m_Width,1<<lev); in WaveletDenoise()
5844 hat_transform(Temp,fImage+hpass+Row*m_Width,1,m_Width,1<<lev); in WaveletDenoise()
5853 hat_transform(TempTemp,fImage+lpass+Col,m_Width,m_Height,1 << lev); in WaveletDenoise()
5858 hat_transform(Temp,fImage+lpass+Col,m_Width,m_Height,1 << lev); in WaveletDenoise()
5995 static void hat_transform (float *temp, float *base, int st, int size, int sc) { in hat_transform() function
H A DptDcRaw.cpp3821 void CLASS hat_transform (float *temp, float *base, int st, int size, int sc) in hat_transform() function
9340 hat_transform(fTemp,fImage+hpass+Row*m_OutWidth,1,m_OutWidth,1<<lev); in ptWaveletDenoise()
9346 hat_transform(fTemp,fImage+lpass+Col,m_OutWidth,m_OutHeight,1<<lev); in ptWaveletDenoise()
/dports/graphics/libraw/LibRaw-0.20.2/libraw/
H A Dlibraw.h419 void hat_transform(float *temp, float *base, int st, int size, int sc);
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/libraw/
H A Dlibraw.h457 void hat_transform(float *temp, float *base, int st, int size, int sc);
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/libraw/
H A Dlibraw.h457 void hat_transform(float *temp, float *base, int st, int size, int sc);
/dports/graphics/photivo/photivo/ReferenceMaterial/dcraw/
H A Ddcraw-1440.c3554 void CLASS hat_transform (float *temp, float *base, int st, int size, int sc) in hat_transform() function
3590 hat_transform (temp, fimg+hpass+row*iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
3595 hat_transform (temp, fimg+lpass+col, iwidth, iheight, 1 << lev); in wavelet_denoise()
H A Ddcraw-1445.c3617 void CLASS hat_transform (float *temp, float *base, int st, int size, int sc) in hat_transform() function
3653 hat_transform (temp, fimg+hpass+row*iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
3658 hat_transform (temp, fimg+lpass+col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/internal/
H A Ddcraw_common.cpp4935 void CLASS hat_transform(float *temp, float *base, int st, int size, int sc) in hat_transform() function
4979 hat_transform(temp, fimg + hpass + row * iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
4985 hat_transform(temp, fimg + lpass + col, iwidth, iheight, 1 << lev); in wavelet_denoise()
5089 hat_transform(temp, fimg + hpass + row * iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
5098 hat_transform(temp, fimg + lpass + col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/dcraw/
H A Ddcraw.c4105 void CLASS hat_transform (float *temp, float *base, int st, int size, int sc) in hat_transform() function
4141 hat_transform (temp, fimg+hpass+row*iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
4146 hat_transform (temp, fimg+lpass+col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/dcraw/dcraw-9.28/
H A Ddcraw.c4105 void CLASS hat_transform (float *temp, float *base, int st, int size, int sc) in hat_transform() function
4141 hat_transform (temp, fimg+hpass+row*iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
4146 hat_transform (temp, fimg+lpass+col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Ddcraw.c4096 void CLASS hat_transform (float *temp, float *base, int st, int size, int sc) in hat_transform() function
4132 hat_transform (temp, fimg+hpass+row*iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
4137 hat_transform (temp, fimg+lpass+col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/release/windows/dcraw/
H A Ddcraw.c4096 void CLASS hat_transform (float *temp, float *base, int st, int size, int sc) in hat_transform() function
4132 hat_transform (temp, fimg+hpass+row*iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
4137 hat_transform (temp, fimg+lpass+col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/libraw/LibRaw-0.20.2/dcraw/
H A Ddcraw.c4105 void CLASS hat_transform (float *temp, float *base, int st, int size, int sc) in hat_transform() function
4141 hat_transform (temp, fimg+hpass+row*iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
4146 hat_transform (temp, fimg+lpass+col, iwidth, iheight, 1 << lev); in wavelet_denoise()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Ddcraw.c4096 void CLASS hat_transform (float *temp, float *base, int st, int size, int sc) in hat_transform() function
4132 hat_transform (temp, fimg+hpass+row*iwidth, 1, iwidth, 1 << lev); in wavelet_denoise()
4137 hat_transform (temp, fimg+lpass+col, iwidth, iheight, 1 << lev); in wavelet_denoise()

12