Home
last modified time | relevance | path

Searched refs:BAYER (Results 1 – 25 of 65) sorted by path

123

/dports/astro/starplot/starplot-0.95.5/src/convert/
H A Dparse.h115 enum enametype { BAYER, FLAMSTEED, CONSTSPECIFIC, DM, OTHER }; enumerator
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/
H A DChangeLog49427 video-converter: the default is BAYER dithering
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/
H A DChangeLog49427 video-converter: the default is BAYER dithering
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/
H A DChangeLog49427 video-converter: the default is BAYER dithering
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/
H A DChangeLog49427 video-converter: the default is BAYER dithering
/dports/biology/py-biopython/biopython-1.79/Tests/EMBL/
H A Depo_prt_selection.embl21 RL BAYER AG.
53 RL BAYER AG.
85 RL BAYER AG.
/dports/games/connectagram/connectagram-1.2.11/data/fr/
H A Dwords12573 BAYER
/dports/graphics/art/ART-1.9.3/rtengine/
H A Ddcraw.c222 #define BAYER(row,col) \ macro
488 BAYER(row+(i >> 1),col+(i & 1)); in canon_600_auto_wb()
572 BAYER(row,col) = val; in canon_600_correct()
3817 if (BAYER(row,col) == 0) { in remove_zeroes()
3822 FC(r,c) == FC(row,col) && BAYER(r,c)) in remove_zeroes()
3823 tot += (n++,BAYER(r,c)); in remove_zeroes()
3824 if (n) BAYER(row,col) = tot/n; in remove_zeroes()
3925 BAYER(row,col) = MAX (BAYER(row,col) - ntohs(pixel[col]), 0); in subtract()
4166 window[2][col] = BAYER(wlast,col); in wavelet_denoise()
4174 diff = sqrt(BAYER(row,col)) - avg; in wavelet_denoise()
[all …]
H A Ddcraw.cc216 #define BAYER(row,col) \ macro
488 BAYER(row+(i >> 1),col+(i & 1)); in canon_600_auto_wb()
570 if ((val = BAYER(row,col) - black) < 0) val = 0; in canon_600_correct()
572 BAYER(row,col) = val; in canon_600_correct()
4472 BAYER(r,c) = RAW(row+top_margin,col+left_margin); in crop_masked_pixels()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Drawdenoise.c277 window[2][col] = BAYER(wlast,col); in wavelet_denoise()
285 float diff = sqrtf(BAYER(row,col)) - avg; in wavelet_denoise()
289 BAYER(row,col) = SQR(avg+diff); in wavelet_denoise()
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/internal/
H A Ddefines.h185 #define BAYER(row, col) \ macro
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/decoders/
H A Dcanon_600.cpp110 BAYER(row + (i >> 1), col + (i & 1)); in canon_600_auto_wb()
214 if ((val = BAYER(row, col) - black) < 0) in canon_600_correct()
217 BAYER(row, col) = val; in canon_600_correct()
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/postprocessing/
H A Dpostprocessing_aux.cpp106 window[2][col] = BAYER(wlast, col); in wavelet_denoise()
116 diff = sqrt((double)BAYER(row, col)) - avg; in wavelet_denoise()
123 BAYER(row, col) = CLIP(SQR(avg + diff) + 0.5); in wavelet_denoise()
219 window[2][col] = BAYER(wlast, col); in wavelet_denoise()
229 diff = sqrt((double)BAYER(row, col)) - avg; in wavelet_denoise()
236 BAYER(row, col) = CLIP(SQR(avg + diff) + 0.5); in wavelet_denoise()
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/preprocessing/
H A Dext_preprocess.cpp121 BAYER(row, col) = MAX(BAYER(row, col) - ntohs(pixel[col]), 0); in subtract()
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/utils/
H A Dutils_dcraw.cpp170 if (BAYER(row, col) == 0) in remove_zeroes()
176 FC(r, c) == FC(row, col) && BAYER(r, c)) in remove_zeroes()
177 tot += (n++, BAYER(r, c)); in remove_zeroes()
179 BAYER(row, col) = tot / n; in remove_zeroes()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Drawdenoise.c277 window[2][col] = BAYER(wlast,col); in wavelet_denoise()
285 float diff = sqrtf(BAYER(row,col)) - avg; in wavelet_denoise()
289 BAYER(row,col) = SQR(avg+diff); in wavelet_denoise()
/dports/graphics/dcraw/dcraw-9.28/
H A Ddcraw.c223 #define BAYER(row,col) \ macro
489 BAYER(row+(i >> 1),col+(i & 1)); in canon_600_auto_wb()
573 BAYER(row,col) = val; in canon_600_correct()
3826 if (BAYER(row,col) == 0) { in remove_zeroes()
3831 FC(r,c) == FC(row,col) && BAYER(r,c)) in remove_zeroes()
3832 tot += (n++,BAYER(r,c)); in remove_zeroes()
3833 if (n) BAYER(row,col) = tot/n; in remove_zeroes()
3934 BAYER(row,col) = MAX (BAYER(row,col) - ntohs(pixel[col]), 0); in subtract()
4175 window[2][col] = BAYER(wlast,col); in wavelet_denoise()
4183 diff = sqrt(BAYER(row,col)) - avg; in wavelet_denoise()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/internal/
H A Ddefines.h185 #define BAYER(row, col) \ macro
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/decoders/
H A Dcanon_600.cpp110 BAYER(row + (i >> 1), col + (i & 1)); in canon_600_auto_wb()
214 if ((val = BAYER(row, col) - black) < 0) in canon_600_correct()
217 BAYER(row, col) = val; in canon_600_correct()
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/postprocessing/
H A Dpostprocessing_aux.cpp106 window[2][col] = BAYER(wlast, col); in wavelet_denoise()
116 diff = sqrt((double)BAYER(row, col)) - avg; in wavelet_denoise()
123 BAYER(row, col) = CLIP(SQR(avg + diff) + 0.5); in wavelet_denoise()
219 window[2][col] = BAYER(wlast, col); in wavelet_denoise()
229 diff = sqrt((double)BAYER(row, col)) - avg; in wavelet_denoise()
236 BAYER(row, col) = CLIP(SQR(avg + diff) + 0.5); in wavelet_denoise()
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/preprocessing/
H A Dext_preprocess.cpp121 BAYER(row, col) = MAX(BAYER(row, col) - ntohs(pixel[col]), 0); in subtract()
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/utils/
H A Dutils_dcraw.cpp170 if (BAYER(row, col) == 0) in remove_zeroes()
176 FC(r, c) == FC(row, col) && BAYER(r, c)) in remove_zeroes()
177 tot += (n++, BAYER(r, c)); in remove_zeroes()
179 BAYER(row, col) = tot / n; in remove_zeroes()
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/raw-tools/sony_arw/
H A Ddcraw.c223 #define BAYER(row,col) \ macro
489 BAYER(row+(i >> 1),col+(i & 1)); in canon_600_auto_wb()
573 BAYER(row,col) = val; in canon_600_correct()
3880 if (BAYER(row,col) == 0) { in remove_zeroes()
3885 FC(r,c) == FC(row,col) && BAYER(r,c)) in remove_zeroes()
3886 tot += (n++,BAYER(r,c)); in remove_zeroes()
3887 if (n) BAYER(row,col) = tot/n; in remove_zeroes()
3988 BAYER(row,col) = MAX (BAYER(row,col) - ntohs(pixel[col]), 0); in subtract()
4229 window[2][col] = BAYER(wlast,col); in wavelet_denoise()
4237 diff = sqrt(BAYER(row,col)) - avg; in wavelet_denoise()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/dcraw/
H A Ddcraw.c223 #define BAYER(row,col) \ macro
489 BAYER(row+(i >> 1),col+(i & 1)); in canon_600_auto_wb()
573 BAYER(row,col) = val; in canon_600_correct()
3826 if (BAYER(row,col) == 0) { in remove_zeroes()
3831 FC(r,c) == FC(row,col) && BAYER(r,c)) in remove_zeroes()
3832 tot += (n++,BAYER(r,c)); in remove_zeroes()
3833 if (n) BAYER(row,col) = tot/n; in remove_zeroes()
3934 BAYER(row,col) = MAX (BAYER(row,col) - ntohs(pixel[col]), 0); in subtract()
4175 window[2][col] = BAYER(wlast,col); in wavelet_denoise()
4183 diff = sqrt(BAYER(row,col)) - avg; in wavelet_denoise()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/internal/
H A Ddcraw_common.cpp584 if ((val = BAYER(row, col) - black) < 0) in canon_600_correct()
587 BAYER(row, col) = val; in canon_600_correct()
4703 if (BAYER(row, col) == 0) in remove_zeroes()
4709 tot += (n++, BAYER(r, c)); in remove_zeroes()
4711 BAYER(row, col) = tot / n; in remove_zeroes()
5023 window[2][col] = BAYER(wlast, col); in wavelet_denoise()
5032 diff = sqrt((double)BAYER(row, col)) - avg; in wavelet_denoise()
5039 BAYER(row, col) = CLIP(SQR(avg + diff) + 0.5); in wavelet_denoise()
5148 window[2][col] = BAYER(wlast, col); in wavelet_denoise()
5157 diff = sqrt((double)BAYER(row, col)) - avg; in wavelet_denoise()
[all …]

123