OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scanWidthE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.h
97
uint32
scanWidthE
;
LocalScanDetector.c
161
ptrA->
scanWidthE
= 0;
202
ptrA->
scanWidthE
= 0;
282
memSizeL += bbs_SIZEOF16( ptrA->
scanWidthE
);
315
memPtrA += bbs_memWrite32( &ptrA->
scanWidthE
, memPtrA );
356
memPtrA += bbs_memRead32( &ptrA->
scanWidthE
, memPtrA );
521
int32 workBorderWL = ( ( ptrA->
scanWidthE
+ pw1L + 1 ) >> 1 ) + 1; /* add a pixel to ensure full search area */
573
int32 regionWHL = ( ptrA->
scanWidthE
+ pw1L + 1 ) >> 1;
Completed in 26 milliseconds