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

  /external/neven/Embedded/common/src/b_APIEm/
DCR.h 88 struct bts_Int16Rect roiRectE;
DCR.c 54 ptrA->roiRectE = bts_Int16Rect_create( 0, 0, 0, 0 );
176 ptrA->roiRectE = bts_Int16Rect_create( 0, 0, widthA, heightA );
222 ptrA->roiRectE = *pRectA;
BFFaceFinder.c 448 &dcrPtrA->roiRectE,
474 &dcrPtrA->roiRectE );
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 283 if( hdcrA->dcrE.roiRectE.x1E > 0 ) nodePtrA->x += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16;
284 if( hdcrA->dcrE.roiRectE.y1E > 0 ) nodePtrA->y += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16;
343 if( hdcrA->dcrE.roiRectE.x1E > 0 )
345 pRectA->xMin += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16;
346 pRectA->xMax += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16;
348 if( hdcrA->dcrE.roiRectE.y1E > 0 )
350 pRectA->yMin += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16;
351 pRectA->yMax += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16
    [all...]

Completed in 568 milliseconds