OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scanHeightE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.h
100
uint32
scanHeightE
;
LocalScanDetector.c
162
ptrA->
scanHeightE
= 0;
203
ptrA->
scanHeightE
= 0;
283
memSizeL += bbs_SIZEOF16( ptrA->
scanHeightE
);
316
memPtrA += bbs_memWrite32( &ptrA->
scanHeightE
, memPtrA );
357
memPtrA += bbs_memRead32( &ptrA->
scanHeightE
, memPtrA );
522
int32 workBorderHL = ( ( ptrA->
scanHeightE
+ ph1L + 1 ) >> 1 ) + 1; /* add a pixel to ensure full search area */
574
int32 regionHHL = ( ptrA->
scanHeightE
+ ph1L + 1 ) >> 1;
Completed in 36 milliseconds