/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/ |
H A D | filmnegativeproc.cc | 52 …if (ri->getSensorType() != rtengine::ST_BAYER && ri->getSensorType() != rtengine::ST_FUJI_XTRANS) { in channelsAvg() 74 … const int ch = ri->getSensorType() == rtengine::ST_BAYER ? ri->FC(r,c) : ri->XTRANSFC(r,c); in channelsAvg() 180 if (ri->getSensorType() == ST_BAYER) { in filmNegativeProcess() 258 if (ri->getSensorType() == ST_BAYER) { in filmNegativeProcess() 353 if (ri->getSensorType() == ST_BAYER) { in filmNegativeProcess()
|
H A D | imageformat.h | 46 ST_BAYER, enumerator
|
H A D | improccoordinator.cc | 293 imgsrc->getSensorType() == ST_BAYER in updatePreviewImage() 315 …eListener->imageTypeChanged(imgsrc->isRAW(), imgsrc->getSensorType() == ST_BAYER, imgsrc->getSenso… in updatePreviewImage() 324 if (imgsrc->getSensorType() == ST_BAYER) { in updatePreviewImage() 330 if(imgsrc->getSensorType() == ST_BAYER) { in updatePreviewImage() 339 …bool autoContrast = imgsrc->getSensorType() == ST_BAYER ? params->raw.bayersensor.dualDemosaicAuto… in updatePreviewImage() 340 …double contrastThreshold = imgsrc->getSensorType() == ST_BAYER ? params->raw.bayersensor.dualDemos… in updatePreviewImage() 343 if (imgsrc->getSensorType() == ST_BAYER && bayerAutoContrastListener && autoContrast) { in updatePreviewImage() 855 if (imgsrc->getSensorType() == ST_BAYER) { in updatePreviewImage()
|
H A D | rawimagesource.cc | 926 case ST_BAYER: in getImage() 1501 if ( ri->getSensorType() == ST_BAYER ) { in preprocess() 1575 if (ri->getSensorType() == ST_BAYER) { in demosaic() 1685 if (getSensorType() == ST_BAYER) { in demosaic() 2505 if (getSensorType() == ST_BAYER || getSensorType() == ST_FOVEON ) { in scaleColors() 2542 if( ri->getSensorType() == ST_BAYER) { in scaleColors() 3660 if (ri->getSensorType() == ST_BAYER) { in getAutoExpHistogram() 3788 if (ri->getSensorType() == ST_BAYER) { in getRAWHistogram() 3929 if (ri->getSensorType() != ST_BAYER) { in getAutoWBMultipliers() 3965 if (ri->getSensorType() != ST_BAYER) { in getAutoWBMultipliers() [all …]
|
H A D | dfmanager.cc | 152 …int rSize = W * ((ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS) ? 1 : … in updateRawImage() 174 if( ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS ) { in updateRawImage() 223 if( df->getSensorType() == ST_BAYER || df->getSensorType() == ST_FUJI_XTRANS ) { in updateBadPixelList()
|
H A D | ffmanager.cc | 148 …int rSize = W * ((ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS || ri->… in updateRawImage() 170 …if( ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS || ri->get_colors() =… in updateRawImage()
|
H A D | simpleprocess.cc | 167 if(imgsrc->getSensorType() == ST_BAYER) { in stage_init() 217 …if ((imgsrc->getSensorType() == ST_BAYER || (imgsrc->getSensorType() == ST_FUJI_XTRANS)) && params… in stage_init() 224 …bool autoContrast = imgsrc->getSensorType() == ST_BAYER ? params.raw.bayersensor.dualDemosaicAutoC… in stage_init() 225 …double contrastThreshold = imgsrc->getSensorType() == ST_BAYER ? params.raw.bayersensor.dualDemosa… in stage_init() 1151 if (imgsrc->getSensorType() == ST_BAYER) { in stage_finish()
|
H A D | rawflatfield.cc | 284 if (ri->getSensorType() == ST_BAYER || ri->get_colors() == 1) { in processFlatField() 474 if (ri->getSensorType() == ST_BAYER || ri->get_colors() == 1) { in processFlatField()
|
H A D | rtthumbnail.cc | 604 if (ri->getSensorType() == ST_BAYER) in loadFromRaw() 647 if (ri->getSensorType() == ST_BAYER) { in loadFromRaw() 857 } else if (ri->getSensorType() == ST_BAYER) { in loadFromRaw() 1101 if (sensorType == ST_BAYER) { in processImage()
|
H A D | rawimage.cc | 72 return ST_BAYER; in getSensorType()
|
H A D | imagedata.cc | 970 if (sensorType == ST_BAYER) { in getBestExifData()
|
H A D | capturesharpening.cc | 1008 …if (!(ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS || ri->get_colors()… in captureSharpening() 1036 if (getSensorType() == ST_BAYER) { in captureSharpening()
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/ |
H A D | imageformat.h | 46 ST_BAYER, enumerator
|
H A D | rawimage.cc | 75 return ST_BAYER; in getSensorType()
|
/dports/graphics/art/ART-1.9.3/rtengine/ |
H A D | imageformat.h | 47 ST_BAYER, enumerator
|
H A D | rawimagesource.cc | 912 case ST_BAYER: in getImage() 970 (ri->getSensorType() == ST_BAYER ? 4 : in computeFullSize() 1580 if ( ri->getSensorType() == ST_BAYER ) { in preprocess() 1656 if (ri->getSensorType() == ST_BAYER) { in demosaic() 1748 if (getSensorType() == ST_BAYER) { in demosaic() 2519 if( ri->getSensorType() == ST_BAYER) { in scaleColors() 3564 if (ri->getSensorType() == ST_BAYER) { in getAutoExpHistogram() 3695 if (ri->getSensorType() == ST_BAYER) { 3884 if (ri->getSensorType() == ST_BAYER) { in getRAWHistogram() 4023 if (ri->getSensorType() != ST_BAYER) { in getAutoWBMultipliers() [all …]
|
H A D | filmnegativeproc.cc | 66 if (ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS) { in channelsAvg() 69 const int ch = ri->getSensorType() == ST_BAYER ? ri->FC(r, c) : ri->XTRANSFC(r, c); in channelsAvg() 154 if (ri->getSensorType() == ST_BAYER) { in calcMedians() 509 if (ri->getSensorType() == ST_BAYER) { in filmNegativeProcess() 634 if (ri->getSensorType() == ST_BAYER) { in filmNegativeProcess()
|
H A D | simpleprocess.cc | 137 if(imgsrc->getSensorType() == ST_BAYER) { in stage_init() 221 …bool autoContrast = imgsrc->getSensorType() == ST_BAYER ? params.raw.bayersensor.dualDemosaicAutoC… in stage_init() 222 …double contrastThreshold = imgsrc->getSensorType() == ST_BAYER ? params.raw.bayersensor.dualDemosa… in stage_init()
|
H A D | dfmanager.cc | 148 …int rSize = W * ((ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS) ? 1 : … in updateRawImage() 170 if( ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS ) { in updateRawImage() 219 if( df->getSensorType() == ST_BAYER || df->getSensorType() == ST_FUJI_XTRANS ) { in updateBadPixelList()
|
H A D | improccoordinator.cc | 352 …eListener->imageTypeChanged(imgsrc->isRAW(), imgsrc->getSensorType() == ST_BAYER, imgsrc->getSenso… in updatePreviewImage() 360 if (imgsrc->getSensorType() == ST_BAYER) { in updatePreviewImage() 366 if(imgsrc->getSensorType() == ST_BAYER) { in updatePreviewImage() 375 …bool autoContrast = imgsrc->getSensorType() == ST_BAYER ? params.raw.bayersensor.dualDemosaicAutoC… in updatePreviewImage() 376 …double contrastThreshold = imgsrc->getSensorType() == ST_BAYER ? params.raw.bayersensor.dualDemosa… in updatePreviewImage() 379 if (imgsrc->getSensorType() == ST_BAYER && bayerAutoContrastListener && autoContrast) { in updatePreviewImage()
|
H A D | ffmanager.cc | 141 …int rSize = W * ((ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS || ri->… in updateRawImage() 163 …if( ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS || ri->get_colors() =… in updateRawImage()
|
H A D | previewimage.cc | 370 …if ((ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS) && ri->get_colors()… in mark_clipped() 371 const bool bayer = ri->getSensorType() == ST_BAYER; in mark_clipped() 515 if (ri->getSensorType() == ST_BAYER) { in rescale()
|
H A D | deconvautoradius.cc | 203 if (ri->getSensorType() == ST_BAYER) { in getDeconvAutoRadius()
|
H A D | rtthumbnail.cc | 456 if (ri->getSensorType() == ST_BAYER) in loadFromRaw() 499 if (ri->getSensorType() == ST_BAYER) { in loadFromRaw() 709 } else if (ri->getSensorType() == ST_BAYER) { in loadFromRaw()
|
H A D | rawimage.cc | 73 return ST_BAYER; in getSensorType()
|