Searched refs:bts_Int16Rect_create (Results 1 - 8 of 8) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DInt16Rect.h73 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A );
H A DInt16Rect.c82 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A ) function
H A DCluster3D.c166 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 );
H A DCluster2D.c224 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/
H A DDCR.c54 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/
H A DDCR.c230 rectL = bts_Int16Rect_create( pRectA->xMin >> 16,
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.c197 ptrA->workScanRegionE = bts_Int16Rect_create( 0, 0, ptrA->currentWidthE, ptrA->currentHeightE );
661 ptrA->origScanRegionE = bts_Int16Rect_create( 0, 0, imageWidthA, imageHeightA );
H A DLocalScanDetector.c602 struct bts_Int16Rect scanRegionL = bts_Int16Rect_create( x0L - regionWHL, y0L - regionHHL, x0L + regionWHL, y0L + regionHHL );

Completed in 451 milliseconds