Searched refs:hoL (Results 1 – 2 of 2) sorted by relevance
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | Scanner.c | 60 uint32 hoL = ptrA->maxImageHeightE; in bbf_Scanner_alloc() local 64 uint32 xhoL = hoL + ( ptrA->borderHeightE << 1 ); in bbf_Scanner_alloc() 67 bbs_UInt16Arr_create( cpA, &ptrA->workImageE, ( ( woL >> 1 ) + ( woL & 1 ) ) * hoL, mspL ); in bbf_Scanner_alloc() 215 uint32 wiL, wi2L, hiL, woL, hoL, xwoL, xhoL; /* image size specifies */ in bbf_Scanner_createBitImage() local 261 hoL = ( hiL << 16 ) / stepL; in bbf_Scanner_createBitImage() 263 if( woL <= pwoL || hoL <= pwoL ) in bbf_Scanner_createBitImage() 270 if( hoL * stepL >= ( hiL << 16 ) ) hoL--; in bbf_Scanner_createBitImage() 274 xhoL = hoL + ( ptrA->borderHeightE << 1 ); in bbf_Scanner_createBitImage() 314 for( jL = 0; jL < hoL + proL; jL++ ) in bbf_Scanner_createBitImage() 316 if( jL < hoL ) /* rescale area */ in bbf_Scanner_createBitImage()
|
D | LocalScanner.c | 48 uint32 hoL = ptrA->maxImageHeightE; in bbf_LocalScanner_alloc() local 53 bbs_UInt8Arr_create( cpA, &ptrA->workImageBufferE, ( woL >> 1 ) * ( hoL >> 1 ), espL ); in bbf_LocalScanner_alloc() 58 …bim_UInt32Image_create( cpA, &ptrA->bitImageE, woL, ( hoL >> 5 ) + ( ( ( hoL & 0x1F ) != 0 ) ? 1 :… in bbf_LocalScanner_alloc()
|