/dports/graphics/photivo/photivo/ReferenceMaterial/RawTherapee/ |
H A D | amaze_interpolate_RT - 20100531.cc | 86 float sumh, sumv, sumsqh, sumsqv, areawt; in amaze_demosaic_RT() local 516 sumh=sumv=sumsqh=sumsqv=areawt=0; in amaze_demosaic_RT() 523 sumsqh += 0.5*(SQR(cfa[indx1]-cfa[indx1-1])+SQR(cfa[indx1]-cfa[indx1+1])); in amaze_demosaic_RT() 530 hcdvar=eps+MAX(0, areawt*sumsqh-sumh*sumh); in amaze_demosaic_RT()
|
H A D | amaze_interpolate_RT - 20100611.cc | 86 float sumh, sumv, sumsqh, sumsqv, areawt; in amaze_demosaic_RT() local 516 sumh=sumv=sumsqh=sumsqv=areawt=0; in amaze_demosaic_RT() 523 sumsqh += 0.5*(SQR(cfa[indx1]-cfa[indx1-1])+SQR(cfa[indx1]-cfa[indx1+1])); in amaze_demosaic_RT() 530 hcdvar=eps+MAX(0, areawt*sumsqh-sumh*sumh); in amaze_demosaic_RT()
|
H A D | amaze_interpolate_RT - 20100627.cc | 91 float sumh, sumv, sumsqh, sumsqv, areawt; in amaze_demosaic_RT() local 578 sumh=sumv=sumsqh=sumsqv=areawt=0; in amaze_demosaic_RT() 585 sumsqh += 0.5*(SQR(cfa[indx1]-cfa[indx1-1])+SQR(cfa[indx1]-cfa[indx1+1])); in amaze_demosaic_RT() 592 hcdvar=epssq+MAX(0, areawt*sumsqh-sumh*sumh); in amaze_demosaic_RT()
|
/dports/graphics/photivo/photivo/Sources/rawtherapee/ |
H A D | amaze_interpolate - old.c | 96 float sumh, sumv, sumsqh, sumsqv, areawt; in amaze_demosaic() local 594 sumh=sumv=sumsqh=sumsqv=areawt=0; in amaze_demosaic() 601 sumsqh += 0.5*(SQR(cfa[indx1]-cfa[indx1-1])+SQR(cfa[indx1]-cfa[indx1+1])); in amaze_demosaic() 608 hcdvar=epssq+MAX(0, areawt*sumsqh-sumh*sumh); in amaze_demosaic()
|
H A D | amaze_interpolate.c | 125 float sumh, sumv, sumsqh, sumsqv, areawt; in amaze_demosaic() local 643 sumh=sumv=sumsqh=sumsqv=areawt=0; in amaze_demosaic() 650 sumsqh += 0.5*(SQR(cfa[indx1]-cfa[indx1-1])+SQR(cfa[indx1]-cfa[indx1+1])); in amaze_demosaic() 657 hcdvar=epssq+MAX(0.f, areawt*sumsqh-sumh*sumh); in amaze_demosaic()
|
/dports/graphics/art/ART-1.9.3/rtengine/ |
H A D | amaze_demosaic_RT.cc | 924 … float sumcfa = 0.f, sumh = 0.f, sumv = 0.f, sumsqh = 0.f, sumsqv = 0.f, areawt = 0.f; in amaze_demosaic_RT() local 935 … sumsqh += SQR(cfatemp - cfa[indx1 - 1]) + SQR(cfatemp - cfa[indx1 + 1]); in amaze_demosaic_RT() 946 float hcdvar = epssq + fabsf(areawt * sumsqh - sumh * sumh); in amaze_demosaic_RT()
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/ |
H A D | amaze_demosaic_RT.cc | 945 float sumcfa = 0.f, sumh = 0.f, sumv = 0.f, sumsqh = 0.f, sumsqv = 0.f, areawt = 0.f; in amaze_demosaic_RT() local 956 sumsqh += SQR(cfatemp - cfa[indx1 - 1]) + SQR(cfatemp - cfa[indx1 + 1]); in amaze_demosaic_RT() 967 float hcdvar = epssq + fabsf(areawt * sumsqh - sumh * sumh); in amaze_demosaic_RT()
|
/dports/graphics/librtprocess/librtprocess-0.11.0/src/demosaic/ |
H A D | amaze.cc | 948 … float sumcfa = 0.f, sumh = 0.f, sumv = 0.f, sumsqh = 0.f, sumsqv = 0.f, areawt = 0.f; in amaze_demosaic() local 959 … sumsqh += SQR(cfatemp - cfa[indx1 - 1]) + SQR(cfatemp - cfa[indx1 + 1]); in amaze_demosaic() 970 float hcdvar = epssq + fabsf(areawt * sumsqh - sumh * sumh); in amaze_demosaic()
|
/dports/astro/siril/siril/subprojects/librtprocess/src/demosaic/ |
H A D | amaze.cc | 948 … float sumcfa = 0.f, sumh = 0.f, sumv = 0.f, sumsqh = 0.f, sumsqv = 0.f, areawt = 0.f; in amaze_demosaic() local 959 … sumsqh += SQR(cfatemp - cfa[indx1 - 1]) + SQR(cfatemp - cfa[indx1 + 1]); in amaze_demosaic() 970 float hcdvar = epssq + fabsf(areawt * sumsqh - sumh * sumh); in amaze_demosaic()
|
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/ |
H A D | amaze_demosaic_RT.cc | 938 … float sumcfa = 0.f, sumh = 0.f, sumv = 0.f, sumsqh = 0.f, sumsqv = 0.f, areawt = 0.f; in amaze_demosaic_RT() local 949 … sumsqh += SQR(cfatemp - cfa[indx1 - 1]) + SQR(cfatemp - cfa[indx1 + 1]); in amaze_demosaic_RT() 960 float hcdvar = epssq + fabsf(areawt * sumsqh - sumh * sumh); in amaze_demosaic_RT()
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/demosaic/ |
H A D | amaze.cc | 958 … float sumcfa = 0.f, sumh = 0.f, sumv = 0.f, sumsqh = 0.f, sumsqv = 0.f, areawt = 0.f; in amaze_demosaic() local 969 … sumsqh += SQR(cfatemp - cfa[indx1 - 1]) + SQR(cfatemp - cfa[indx1 + 1]); in amaze_demosaic() 980 float hcdvar = epssq + std::abs(areawt * sumsqh - sumh * sumh); in amaze_demosaic()
|
/dports/graphics/darktable38/darktable-3.8.0/src/iop/ |
H A D | amaze_demosaic_RT.cc | 1363 … float sumcfa = 0.f, sumh = 0.f, sumv = 0.f, sumsqh = 0.f, sumsqv = 0.f, areawt = 0.f; in amaze_demosaic_RT() local 1377 sumsqh += SQR(cfatemp - cfa[indx1 - 1]) + SQR(cfatemp - cfa[indx1 + 1]); in amaze_demosaic_RT() 1388 float hcdvar = epssq + fabsf(areawt * sumsqh - sumh * sumh); in amaze_demosaic_RT()
|
/dports/graphics/darktable/darktable-3.6.1/src/iop/ |
H A D | amaze_demosaic_RT.cc | 1363 … float sumcfa = 0.f, sumh = 0.f, sumv = 0.f, sumsqh = 0.f, sumsqv = 0.f, areawt = 0.f; in amaze_demosaic_RT() local 1377 sumsqh += SQR(cfatemp - cfa[indx1 - 1]) + SQR(cfatemp - cfa[indx1 + 1]); in amaze_demosaic_RT() 1388 float hcdvar = epssq + fabsf(areawt * sumsqh - sumh * sumh); in amaze_demosaic_RT()
|