Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dscalelow.c230 l_int32 v00, v01, v10, v11, v00_val, v01_val, v10_val, v11_val; in scaleGrayLILow() local
265 v10_val = GET_DATA_BYTE(lines, xp + 1); in scaleGrayLILow()
266 v11_val = v10_val; in scaleGrayLILow()
270 v10_val = v00_val; in scaleGrayLILow()
274 v10_val = v01_val = v11_val = v00_val; in scaleGrayLILow()
278 v10_val = GET_DATA_BYTE(lines, xp + 1); in scaleGrayLILow()
284 v10 = xf * (16 - yf) * v10_val; in scaleGrayLILow()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dscale1.c2276 l_int32 v00, v01, v10, v11, v00_val, v01_val, v10_val, v11_val; in scaleGrayLILow() local
2310 v10_val = GET_DATA_BYTE(lines, xp + 1); in scaleGrayLILow()
2311 v11_val = v10_val; in scaleGrayLILow()
2314 v10_val = v00_val; in scaleGrayLILow()
2317 v10_val = v01_val = v11_val = v00_val; in scaleGrayLILow()
2320 v10_val = GET_DATA_BYTE(lines, xp + 1); in scaleGrayLILow()
2326 v10 = xf * (16 - yf) * v10_val; in scaleGrayLILow()