Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c223 uint32 yfL; /* fixed point y-coordinate (16.16) */ in bbf_Scanner_createBitImage() local
299 yfL = 0; /* fixed point y-coordinate ( 16.16 )*/ in bbf_Scanner_createBitImage()
318 uint32 ypL = ( yfL >> 16 ); in bbf_Scanner_createBitImage()
319 uint32 yoff1L = yfL & 0x0FFFF; in bbf_Scanner_createBitImage()
328 yfL += stepL; in bbf_Scanner_createBitImage()