Home | History | Annotate | Download | only in b_FDSDK

Lines Matching refs:int32

238 		rectL.x2E = rectL.x2E > ( int32 )widthA    ? widthA : rectL.x2E;
239 rectL.y2E = rectL.y2E > ( int32 )heightA ? heightA : rectL.y2E;
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;
309 int32 lIndexL = -1;
310 int32 rIndexL = -1;
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;
337 int32 doffL = ( rxL - lxL ) >> 1;
345 pRectA->xMin += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16;
346 pRectA->xMax += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16;
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;