OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:woL
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c
59
uint32
woL
= ptrA->maxImageWidthE;
63
uint32 xwoL =
woL
+ ( ptrA->borderWidthE << 1 );
67
bbs_UInt16Arr_create( cpA, &ptrA->workImageE, ( (
woL
>> 1 ) + (
woL
& 1 ) ) * hoL, mspL );
82
bbs_UInt16Arr_create( cpA, &ptrA->lineBufE,
woL
+ (
woL
& 1 ), sspL );
85
bim_UInt32Image_create( cpA, &ptrA->satE,
woL
+ pwoL, pwoL + 1, sspL );
215
uint32 wiL, wi2L, hiL,
woL
, hoL, xwoL, xhoL; /* image size specifies */
260
woL
= ( wiL << 16 ) / stepL;
263
if(
woL
<= pwoL || hoL <= pwoL
[
all
...]
LocalScanner.c
47
uint32
woL
= ptrA->maxImageWidthE;
53
bbs_UInt8Arr_create( cpA, &ptrA->workImageBufferE, (
woL
>> 1 ) * ( hoL >> 1 ), espL );
58
bim_UInt32Image_create( cpA, &ptrA->bitImageE,
woL
, ( hoL >> 5 ) + ( ( ( hoL & 0x1F ) != 0 ) ? 1 : 0 ), espL );
66
bim_UInt32Image_create( cpA, &ptrA->satE,
woL
+ pwoL, pwoL + 1, sspL );
Completed in 45 milliseconds