Searched refs:scanWidthE (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanDetector.h97 uint32 scanWidthE; member in struct:bbf_LocalScanDetector
H A DLocalScanDetector.c161 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 216 milliseconds