Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dscalelow.c122 l_int32 v00r, v01r, v10r, v11r, v00g, v01g, v10g, v11g; in scaleColorLILow() local
182 v00r = area00 * ((pixels1 >> L_RED_SHIFT) & 0xff); in scaleColorLILow()
194 pixel = (((v00r + v10r + v01r + v11r + 128) << 16) & 0xff000000) | in scaleColorLILow()
1288 l_int32 v00r, v00g, v00b; /* contrib. from UL src pixel */ in scaleColorAreaMapLow() local
1350 v00r = area00 * ((pixel00 >> L_RED_SHIFT) & 0xff); in scaleColorAreaMapLow()
1402 rval = (v00r + v01r + v10r + v11r + vinr + vmidr + 128) / area; in scaleColorAreaMapLow()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dscale1.c2174 l_int32 v00r, v01r, v10r, v11r, v00g, v01g, v10g, v11g; in scaleColorLILow() local
2230 v00r = area00 * ((pixels1 >> L_RED_SHIFT) & 0xff); in scaleColorLILow()
2242 pixel = (((v00r + v10r + v01r + v11r + 128) << 16) & 0xff000000) | in scaleColorLILow()
3306 l_int32 v00r, v00g, v00b; /* contrib. from UL src pixel */ in scaleColorAreaMapLow() local
3367 v00r = area00 * ((pixel00 >> L_RED_SHIFT) & 0xff); in scaleColorAreaMapLow()
3419 rval = (v00r + v01r + v10r + v11r + vinr + vmidr + 128) / area; in scaleColorAreaMapLow()
/dports/math/R/R-4.1.2/src/main/
H A Dengine.c3530 int v00r, v01r, v10r, v11r, v00g, v01g, v10g, v11g; in R_GE_rasterInterpolate() local
3585 v00r = area00 * R_RED(pixels1); in R_GE_rasterInterpolate()
3601 pixel = (((v00r + v10r + v01r + v11r + 128) >> 8) & 0x000000ff) | in R_GE_rasterInterpolate()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dengine.c3530 int v00r, v01r, v10r, v11r, v00g, v01g, v10g, v11g; in R_GE_rasterInterpolate() local
3585 v00r = area00 * R_RED(pixels1); in R_GE_rasterInterpolate()
3601 pixel = (((v00r + v10r + v01r + v11r + 128) >> 8) & 0x000000ff) | in R_GE_rasterInterpolate()