Lines Matching refs:dcrE
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 );
282 nodePtrA->y = ( ( s16p16 )hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].yE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE );
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;
285 nodePtrA->x += ( int32 )hdcrA->dcrE.offsE.xE << 16;
286 nodePtrA->y += ( int32 )hdcrA->dcrE.offsE.yE << 16;
308 const struct bbs_Int16Arr* pIdArrL = &hdcrA->dcrE.sdkClusterE.idArrE;
332 int32 bbpL = hdcrA->dcrE.sdkClusterE.clusterE.bbpE;
333 int32 lxL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].xE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL;
334 int32 lyL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].yE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL;
335 int32 rxL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ rIndexL ].xE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL;
336 int32 ryL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ rIndexL ].yE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL;
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;
354 pRectA->xMin += ( int32 )hdcrA->dcrE.offsE.xE << 16;
355 pRectA->yMin += ( int32 )hdcrA->dcrE.offsE.yE << 16;
356 pRectA->xMax += ( int32 )hdcrA->dcrE.offsE.xE << 16;
357 pRectA->yMax += ( int32 )hdcrA->dcrE.offsE.yE << 16;
376 return hdcrA->dcrE.confidenceE;
389 return ( u32 )hdcrA->dcrE.approvedE;