Home
last modified time | relevance | path

Searched refs:trggby (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/darktable/darktable-3.6.1/src/develop/
H A Dimageop_math.c185 int trggbx = 0, trggby = 0; in dt_iop_clip_and_zoom_mosaic_half_size() local
187 if(FC(trggby, trggbx, filters) != 0) in dt_iop_clip_and_zoom_mosaic_half_size()
190 trggby++; in dt_iop_clip_and_zoom_mosaic_half_size()
192 const int rggbx = trggbx, rggby = trggby; in dt_iop_clip_and_zoom_mosaic_half_size()
258 int trggbx = 0, trggby = 0; in dt_iop_clip_and_zoom_mosaic_half_size_f() local
260 if(FC(trggby, trggbx, filters) != 0) in dt_iop_clip_and_zoom_mosaic_half_size_f()
263 trggby++; in dt_iop_clip_and_zoom_mosaic_half_size_f()
265 const int rggbx = trggbx, rggby = trggby; in dt_iop_clip_and_zoom_mosaic_half_size_f()
679 int trggbx = 0, trggby = 0; in dt_iop_clip_and_zoom_demosaic_half_size_f() local
681 if(FC(trggby, trggbx, filters) != 0) in dt_iop_clip_and_zoom_demosaic_half_size_f()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/develop/
H A Dimageop_math.c185 int trggbx = 0, trggby = 0; in dt_iop_clip_and_zoom_mosaic_half_size() local
187 if(FC(trggby, trggbx, filters) != 0) in dt_iop_clip_and_zoom_mosaic_half_size()
190 trggby++; in dt_iop_clip_and_zoom_mosaic_half_size()
192 const int rggbx = trggbx, rggby = trggby; in dt_iop_clip_and_zoom_mosaic_half_size()
258 int trggbx = 0, trggby = 0; in dt_iop_clip_and_zoom_mosaic_half_size_f() local
260 if(FC(trggby, trggbx, filters) != 0) in dt_iop_clip_and_zoom_mosaic_half_size_f()
263 trggby++; in dt_iop_clip_and_zoom_mosaic_half_size_f()
265 const int rggbx = trggbx, rggby = trggby; in dt_iop_clip_and_zoom_mosaic_half_size_f()
679 int trggbx = 0, trggby = 0; in dt_iop_clip_and_zoom_demosaic_half_size_f() local
681 if(FC(trggby, trggbx, filters) != 0) in dt_iop_clip_and_zoom_demosaic_half_size_f()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/data/kernels/
H A Ddemosaic_ppg.cl482 int trggbx = 0, trggby = 0;
483 if(FC(trggby, trggbx+1, filters) != 1) trggbx++;
484 if(FC(trggby, trggbx, filters) != 0)
487 trggby++;
489 const int2 rggb = (int2)(trggbx, trggby);
/dports/graphics/darktable/darktable-3.6.1/data/kernels/
H A Ddemosaic_ppg.cl482 int trggbx = 0, trggby = 0;
483 if(FC(trggby, trggbx+1, filters) != 1) trggbx++;
484 if(FC(trggby, trggbx, filters) != 0)
487 trggby++;
489 const int2 rggb = (int2)(trggbx, trggby);