Searched refs:xhoL (Results 1 – 1 of 1) sorted by relevance
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | Scanner.c | 64 uint32 xhoL = hoL + ( ptrA->borderHeightE << 1 ); in bbf_Scanner_alloc() local 72 …bim_UInt32Image_create( cpA, &ptrA->bitImageE, xwoL, ( xhoL >> 5 ) + ( ( ( xhoL & 0x1F ) != 0 ) ? … in bbf_Scanner_alloc() 215 uint32 wiL, wi2L, hiL, woL, hoL, xwoL, xhoL; /* image size specifies */ in bbf_Scanner_createBitImage() local 274 xhoL = hoL + ( ptrA->borderHeightE << 1 ); in bbf_Scanner_createBitImage() 277 ptrA->currentHeightE = xhoL; in bbf_Scanner_createBitImage() 280 …bim_UInt32Image_size( cpA, &ptrA->bitImageE, xwoL, ( xhoL >> 5 ) + ( ( ( xhoL & 0x1F ) != 0 ) ? 1 … in bbf_Scanner_createBitImage()
|