Searched refs:bts_Int16Rect_create (Results 1 – 8 of 8) sorted by relevance
/external/neven/Embedded/common/src/b_APIEm/ |
D | DCR.c | 54 ptrA->roiRectE = bts_Int16Rect_create( 0, 0, 0, 0 ); in bpi_DCR_init() 176 ptrA->roiRectE = bts_Int16Rect_create( 0, 0, widthA, heightA ); in bpi_DCR_assignGrayByteImage()
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int16Rect.h | 73 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A );
|
D | Int16Rect.c | 82 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A ) in bts_Int16Rect_create() function
|
D | Cluster3D.c | 166 if( ptrA->sizeE == 0 ) return bts_Int16Rect_create( 0, 0, 0, 0 ); in bts_Cluster3D_boundingBox() 177 return bts_Int16Rect_create( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )yMaxL ); in bts_Cluster3D_boundingBox()
|
D | Cluster2D.c | 224 if( ptrA->sizeE == 0 ) return bts_Int16Rect_create( 0, 0, 0, 0 ); in bts_Cluster2D_boundingBox() 235 return bts_Int16Rect_create( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )yMaxL ); in bts_Cluster2D_boundingBox()
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | LocalScanner.c | 197 ptrA->workScanRegionE = bts_Int16Rect_create( 0, 0, ptrA->currentWidthE, ptrA->currentHeightE ); in bbf_LocalScanner_createBitImage() 661 ptrA->origScanRegionE = bts_Int16Rect_create( 0, 0, imageWidthA, imageHeightA ); in bbf_LocalScanner_assign()
|
D | LocalScanDetector.c | 602 …struct bts_Int16Rect scanRegionL = bts_Int16Rect_create( x0L - regionWHL, y0L - regionHHL, x0L + r… in bbf_LocalScanDetector_process()
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
D | DCR.c | 230 rectL = bts_Int16Rect_create( pRectA->xMin >> 16, in btk_DCR_assignImageROI()
|