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

  /external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h 87 uint32 borderWidthE;
ScanDetector.c 58 ptrA->borderWidthE = 0;
86 ptrA->borderWidthE = 0;
161 memSizeL += bbs_SIZEOF16( ptrA->borderWidthE );
189 memPtrA += bbs_memWrite32( &ptrA->borderWidthE, memPtrA );
227 memPtrA += bbs_memRead32( &ptrA->borderWidthE, memPtrA );
278 ptrA->borderWidthE,
Scanner.c 63 uint32 xwoL = woL + ( ptrA->borderWidthE << 1 );
273 xwoL = woL + ( ptrA->borderWidthE << 1 );
284 bitRowL = ( uint32* )ptrA->bitImageE.arrE.arrPtrE + ptrA->borderWidthE;
457 ptrA->borderWidthE = 0;
497 ptrA->borderWidthE = 0;
540 ptrA->borderWidthE = srcPtrA->borderWidthE;
558 if( ptrA->borderWidthE != srcPtrA->borderWidthE ) return FALSE;
593 *xPtrA = ( int32 )( ptrA->xE - ptrA->borderWidthE ) * ( int32 )( ptrA->scaleE >> 4 )
    [all...]
Scanner.h 147 uint32 borderWidthE;

Completed in 46 milliseconds