Home
last modified time | relevance | path

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

/external/tesseract/liblept/
Dfpix2.c660 l_float32 multc) in fpixAddMultConstant() argument
671 if (addc == 0.0 && multc == 1.0) in fpixAddMultConstant()
681 *(line + j) *= multc; in fpixAddMultConstant()
683 else if (multc == 1.0) { in fpixAddMultConstant()
690 *(line + j) = multc * val + addc; in fpixAddMultConstant()
Dleptprotos.h508 LEPT_DLL extern l_int32 fpixAddMultConstant ( FPIX *fpix, l_float32 addc, l_float32 multc );
/external/tesseract/include/
Dleptprotos.h490 LEPT_DLL extern l_int32 fpixAddMultConstant ( FPIX *fpix, l_float32 addc, l_float32 multc );