Lines Matching refs:ST_BAYER

675 …|| (ri->getSensorType() == ST_BAYER && raw.bayersensor.method == RAWParams::BayerSensor::getMethod…  in getImage()
782 …if (ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS || ri->get_colors() =… in getImage()
926 case ST_BAYER: in getImage()
1399 …if (ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS || ri->get_colors() =… in preprocess()
1415 if ( ri->getSensorType() == ST_BAYER && (raw.hotPixelFilter > 0 || raw.deadPixelFilter > 0)) { in preprocess()
1433 if (ri->getSensorType() == ST_BAYER && raw.bayersensor.pdafLinesFilter) { in preprocess()
1468 …if ( ri->getSensorType() == ST_BAYER && (raw.bayersensor.greenthresh || (globalGreenEq() && raw.ba… in preprocess()
1482 if ( ri->getSensorType() == ST_BAYER && raw.bayersensor.greenthresh > 0) { in preprocess()
1501 if ( ri->getSensorType() == ST_BAYER ) { in preprocess()
1516 if ( ri->getSensorType() == ST_BAYER && raw.bayersensor.linenoise > 0 ) { in preprocess()
1533 …w.cared) > 0.001 || fabs(raw.cablue) > 0.001) && ri->getSensorType() == ST_BAYER ) { // Auto CA co… in preprocess()
1575 if (ri->getSensorType() == ST_BAYER) { in demosaic()
1685 if (getSensorType() == ST_BAYER) { in demosaic()
2405 if (ri->getSensorType() == ST_BAYER || ri->getSensorType() == ST_FUJI_XTRANS) { in copyOriginalPixels()
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()
3735 …const bool fourColours = ri->getSensorType() == ST_BAYER && ((mult[1] != mult[3] || cblacksom[1] !… in getRAWHistogram()
3788 if (ri->getSensorType() == ST_BAYER) { in getRAWHistogram()
3863 if (ri->getSensorType() == ST_BAYER) // since there are twice as many greens, correct for it in getRAWHistogram()
3929 if (ri->getSensorType() != ST_BAYER) { in getAutoWBMultipliers()
3965 if (ri->getSensorType() != ST_BAYER) { in getAutoWBMultipliers()
4120 if (ri->getSensorType() != ST_BAYER) { in getSpotWB()