OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bts_Int16Rect_create
(Results
1 - 8
of
8
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Int16Rect.h
73
struct bts_Int16Rect
bts_Int16Rect_create
( int16 x1A, int16 y1A, int16 x2A, int16 y2A );
Int16Rect.c
82
struct bts_Int16Rect
bts_Int16Rect_create
( int16 x1A, int16 y1A, int16 x2A, int16 y2A )
Cluster3D.c
166
if( ptrA->sizeE == 0 ) return
bts_Int16Rect_create
( 0, 0, 0, 0 );
177
return
bts_Int16Rect_create
( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )yMaxL );
Cluster2D.c
224
if( ptrA->sizeE == 0 ) return
bts_Int16Rect_create
( 0, 0, 0, 0 );
235
return
bts_Int16Rect_create
( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )yMaxL );
/external/neven/Embedded/common/src/b_APIEm/
DCR.c
54
ptrA->roiRectE =
bts_Int16Rect_create
( 0, 0, 0, 0 );
176
ptrA->roiRectE =
bts_Int16Rect_create
( 0, 0, widthA, heightA );
/external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c
230
rectL =
bts_Int16Rect_create
( pRectA->xMin >> 16,
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c
197
ptrA->workScanRegionE =
bts_Int16Rect_create
( 0, 0, ptrA->currentWidthE, ptrA->currentHeightE );
661
ptrA->origScanRegionE =
bts_Int16Rect_create
( 0, 0, imageWidthA, imageHeightA );
LocalScanDetector.c
602
struct bts_Int16Rect scanRegionL =
bts_Int16Rect_create
( x0L - regionWHL, y0L - regionHHL, x0L + regionWHL, y0L + regionHHL );
Completed in 40 milliseconds