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

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR_Internal.h 44 struct bpi_DCR dcrE;
DCR.c 41 bpi_DCR_init( cpA, &ptrA->dcrE );
50 bpi_DCR_exit( cpA, &ptrA->dcrE );
86 &hdcrL->dcrE,
167 bpi_DCR_assignGrayByteImage( &hsdkL->contextE, &hdcrA->dcrE, pDataA, widthA, heightA );
241 bpi_DCR_assignGrayByteImageROI( &hsdkL->contextE, &hdcrA->dcrE, pDataA, widthA, heightA, &rectL );
254 return hdcrA->dcrE.sdkClusterE.clusterE.sizeE;
273 if( indexA >= hdcrA->dcrE.sdkClusterE.clusterE.sizeE )
280 nodePtrA->id = hdcrA->dcrE.sdkClusterE.idArrE.arrPtrE[ indexA ];
281 nodePtrA->x = ( ( s16p16 )hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].xE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE )
    [all...]
FaceFinder.c 178 if( hdcrA->dcrE.imageDataPtrE == NULL )
187 &hdcrA->dcrE );
221 &hdcrA->dcrE );
225 hdcrA->dcrE.approvedE = TRUE;
233 &hdcrA->dcrE );
234 hdcrA->dcrE.approvedE = FALSE;
255 if( hdcrA->dcrE.imageDataPtrE == NULL )
264 &hdcrA->dcrE );
268 hdcrA->dcrE.confidenceE = confL;
269 hdcrA->dcrE.approvedE = confL > ( ( int32 )1 << 23 )
    [all...]

Completed in 66 milliseconds