HomeSort by relevance Sort by last modified time
    Searched refs:borderHeightE (Results 1 - 4 of 4) sorted by null

  /external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h 90 uint32 borderHeightE;
ScanDetector.c 59 ptrA->borderHeightE = 0;
87 ptrA->borderHeightE = 0;
162 memSizeL += bbs_SIZEOF16( ptrA->borderHeightE );
190 memPtrA += bbs_memWrite32( &ptrA->borderHeightE, memPtrA );
228 memPtrA += bbs_memRead32( &ptrA->borderHeightE, memPtrA );
279 ptrA->borderHeightE,
Scanner.c 64 uint32 xhoL = hoL + ( ptrA->borderHeightE << 1 );
239 if( ptrA->borderHeightE >= 32 )
241 bbs_ERROR1( "%s:\n borderHeightE >= 32", fNameL );
274 xhoL = hoL + ( ptrA->borderHeightE << 1 );
283 bitMaskL = ( uint32 )1 << ptrA->borderHeightE;
458 ptrA->borderHeightE = 0;
498 ptrA->borderHeightE = 0;
541 ptrA->borderHeightE = srcPtrA->borderHeightE;
559 if( ptrA->borderHeightE != srcPtrA->borderHeightE ) return FALSE
    [all...]
Scanner.h 150 uint32 borderHeightE;

Completed in 35 milliseconds