Searched refs:linebp (Results 1 – 1 of 1) sorted by relevance
/external/tesseract/liblept/ |
D | scale.c | 2199 l_uint32 *linebp; /* 1 intermediate buffer line */ in pixScaleGray2xLIDither() local 2229 if ((linebp = (l_uint32 *)CALLOC(wplb, sizeof(l_uint32))) == NULL) in pixScaleGray2xLIDither() 2253 memcpy(linebp, lineb + wplb, 4 * wplb); in pixScaleGray2xLIDither() 2256 ditherToBinaryLineLow(lined - wpld, wd, linebp, lineb, in pixScaleGray2xLIDither() 2266 memcpy(linebp, lineb + wplb, 4 * wplb); /* 1 i line */ in pixScaleGray2xLIDither() 2268 ditherToBinaryLineLow(lined + wpld, wd, linebp, lineb, in pixScaleGray2xLIDither() 2280 FREE(linebp); in pixScaleGray2xLIDither() 2397 l_uint32 *linebp; /* 1 intermediate buffer line */ in pixScaleGray4xLIDither() local 2427 if ((linebp = (l_uint32 *)CALLOC(wplb, sizeof(l_uint32))) == NULL) in pixScaleGray4xLIDither() 2453 memcpy(linebp, lineb + 3 * wplb, 4 * wplb); in pixScaleGray4xLIDither() [all …]
|