• Home
  • Raw
  • Download

Lines Matching refs:dcrE

41 	bpi_DCR_init( cpA, &ptrA->dcrE );  in btk_DCR_init()
50 bpi_DCR_exit( cpA, &ptrA->dcrE ); in btk_DCR_exit()
86 &hdcrL->dcrE, in btk_DCR_create()
167 bpi_DCR_assignGrayByteImage( &hsdkL->contextE, &hdcrA->dcrE, pDataA, widthA, heightA ); in btk_DCR_assignImage()
241 bpi_DCR_assignGrayByteImageROI( &hsdkL->contextE, &hdcrA->dcrE, pDataA, widthA, heightA, &rectL ); in btk_DCR_assignImageROI()
254 return hdcrA->dcrE.sdkClusterE.clusterE.sizeE; in btk_DCR_nodeCount()
273 if( indexA >= hdcrA->dcrE.sdkClusterE.clusterE.sizeE ) in btk_DCR_getNode()
280 nodePtrA->id = hdcrA->dcrE.sdkClusterE.idArrE.arrPtrE[ indexA ]; in btk_DCR_getNode()
281 …nodePtrA->x = ( ( s16p16 )hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].xE ) << ( 16 - hdcrA… in btk_DCR_getNode()
282 …nodePtrA->y = ( ( s16p16 )hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].yE ) << ( 16 - hdcrA… in btk_DCR_getNode()
283 if( hdcrA->dcrE.roiRectE.x1E > 0 ) nodePtrA->x += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16; in btk_DCR_getNode()
284 if( hdcrA->dcrE.roiRectE.y1E > 0 ) nodePtrA->y += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16; in btk_DCR_getNode()
285 nodePtrA->x += ( int32 )hdcrA->dcrE.offsE.xE << 16; in btk_DCR_getNode()
286 nodePtrA->y += ( int32 )hdcrA->dcrE.offsE.yE << 16; in btk_DCR_getNode()
308 const struct bbs_Int16Arr* pIdArrL = &hdcrA->dcrE.sdkClusterE.idArrE; in btk_DCR_getRect()
332 int32 bbpL = hdcrA->dcrE.sdkClusterE.clusterE.bbpE; in btk_DCR_getRect()
333 …int32 lxL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].xE + ( 1 << ( bbpL - 1 ) ) ) >> … in btk_DCR_getRect()
334 …int32 lyL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].yE + ( 1 << ( bbpL - 1 ) ) ) >> … in btk_DCR_getRect()
335 …int32 rxL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ rIndexL ].xE + ( 1 << ( bbpL - 1 ) ) ) >> … in btk_DCR_getRect()
336 …int32 ryL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ rIndexL ].yE + ( 1 << ( bbpL - 1 ) ) ) >> … in btk_DCR_getRect()
343 if( hdcrA->dcrE.roiRectE.x1E > 0 ) in btk_DCR_getRect()
345 pRectA->xMin += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16; in btk_DCR_getRect()
346 pRectA->xMax += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16; in btk_DCR_getRect()
348 if( hdcrA->dcrE.roiRectE.y1E > 0 ) in btk_DCR_getRect()
350 pRectA->yMin += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16; in btk_DCR_getRect()
351 pRectA->yMax += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16; in btk_DCR_getRect()
354 pRectA->xMin += ( int32 )hdcrA->dcrE.offsE.xE << 16; in btk_DCR_getRect()
355 pRectA->yMin += ( int32 )hdcrA->dcrE.offsE.yE << 16; in btk_DCR_getRect()
356 pRectA->xMax += ( int32 )hdcrA->dcrE.offsE.xE << 16; in btk_DCR_getRect()
357 pRectA->yMax += ( int32 )hdcrA->dcrE.offsE.yE << 16; in btk_DCR_getRect()
376 return hdcrA->dcrE.confidenceE; in btk_DCR_confidence()
389 return ( u32 )hdcrA->dcrE.approvedE; in btk_DCR_approved()