Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c216 uint32 stepL; /* scan step (16.16) */ in bbf_Scanner_createBitImage() local
257 stepL = ptrA->scaleE >> ( ptrA->scaleExpE + 4 ); in bbf_Scanner_createBitImage()
260 woL = ( wiL << 16 ) / stepL; in bbf_Scanner_createBitImage()
261 hoL = ( hiL << 16 ) / stepL; in bbf_Scanner_createBitImage()
269 if( woL * stepL >= ( wiL << 16 ) ) woL--; in bbf_Scanner_createBitImage()
270 if( hoL * stepL >= ( hiL << 16 ) ) hoL--; in bbf_Scanner_createBitImage()
328 yfL += stepL; in bbf_Scanner_createBitImage()
346 xfL += stepL; in bbf_Scanner_createBitImage()