Home
last modified time | relevance | path

Searched refs:ULIMV (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Damaze_demosaic_RT.cc204 static INLINE vfloat ULIMV(vfloat a, vfloat b, vfloat c) in ULIMV() function
930 … vfloat tempv = nsgnv * (LVF(cfa[indx]) - ULIMV(Ginthv, LVFU(cfa[indx - 1]), LVFU(cfa[indx + 1]))); in amaze_demosaic_RT()
941 … tempv = nsgnv * (LVF(cfa[indx]) - ULIMV(Gintvv, LVF(cfa[indx - v1]), LVF(cfa[indx + v1]))); in amaze_demosaic_RT()
1566 temp1v = ULIMV(rbmv, LC2VFU(cfa[indx - m1]), LC2VFU(cfa[indx + m1])); in amaze_demosaic_RT()
1573ULIMV(temp2v, LC2VFU(cfa[indx - m1]), LC2VFU(cfa[indx + m1])), temp2v)); in amaze_demosaic_RT()
1594 temp1v = ULIMV(rbpv, LC2VFU(cfa[indx - p1]), LC2VFU(cfa[indx + p1])); in amaze_demosaic_RT()
1601ULIMV(temp2v, LC2VFU(cfa[indx - p1]), LC2VFU(cfa[indx + p1])), temp2v)); in amaze_demosaic_RT()
1823 vfloat Gint1v = ULIMV(Gintvv, LC2VFU(cfa[indx - v1]), LC2VFU(cfa[indx + v1])); in amaze_demosaic_RT()
1829 ULIMV(Gintvv, LC2VFU(cfa[indx - v1]), LC2VFU(cfa[indx + v1])), Gintvv); in amaze_demosaic_RT()
1843 vfloat Gint1h = ULIMV(Ginthv, LC2VFU(cfa[indx - 1]), LC2VFU(cfa[indx + 1])); in amaze_demosaic_RT()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Damaze_demosaic_RT.cc204 static INLINE vfloat ULIMV(vfloat a, vfloat b, vfloat c) in ULIMV() function
930 … vfloat tempv = nsgnv * (LVF(cfa[indx]) - ULIMV(Ginthv, LVFU(cfa[indx - 1]), LVFU(cfa[indx + 1]))); in amaze_demosaic_RT()
941 … tempv = nsgnv * (LVF(cfa[indx]) - ULIMV(Gintvv, LVF(cfa[indx - v1]), LVF(cfa[indx + v1]))); in amaze_demosaic_RT()
1566 temp1v = ULIMV(rbmv, LC2VFU(cfa[indx - m1]), LC2VFU(cfa[indx + m1])); in amaze_demosaic_RT()
1573ULIMV(temp2v, LC2VFU(cfa[indx - m1]), LC2VFU(cfa[indx + m1])), temp2v)); in amaze_demosaic_RT()
1594 temp1v = ULIMV(rbpv, LC2VFU(cfa[indx - p1]), LC2VFU(cfa[indx + p1])); in amaze_demosaic_RT()
1601ULIMV(temp2v, LC2VFU(cfa[indx - p1]), LC2VFU(cfa[indx + p1])), temp2v)); in amaze_demosaic_RT()
1823 vfloat Gint1v = ULIMV(Gintvv, LC2VFU(cfa[indx - v1]), LC2VFU(cfa[indx + v1])); in amaze_demosaic_RT()
1829 ULIMV(Gintvv, LC2VFU(cfa[indx - v1]), LC2VFU(cfa[indx + v1])), Gintvv); in amaze_demosaic_RT()
1843 vfloat Gint1h = ULIMV(Ginthv, LC2VFU(cfa[indx - 1]), LC2VFU(cfa[indx + 1])); in amaze_demosaic_RT()
[all …]