Home
last modified time | relevance | path

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

/external/tesseract/liblept/
Dscalelow.c126 l_float32 scx, scy; in scaleColorLILow() local
132 scx = 16. * (l_float32)ws / (l_float32)wd; in scaleColorLILow()
146 xpm = (l_int32)(scx * (l_float32)j); in scaleColorLILow()
217 l_float32 scx, scy; in scaleGrayLILow() local
223 scx = 16. * (l_float32)ws / (l_float32)wd; in scaleGrayLILow()
237 xpm = (l_int32)(scx * (l_float32)j); in scaleGrayLILow()
1265 l_float32 scx, scy; in scaleColorAreaMapLow() local
1271 scx = 16. * (l_float32)ws / (l_float32)wd; in scaleColorAreaMapLow()
1289 xu = (l_int32)(scx * j); in scaleColorAreaMapLow()
1290 xl = (l_int32)(scx * (j + 1.0)); in scaleColorAreaMapLow()
[all …]