Searched refs:bbs_min (Results 1 – 11 of 11) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | ToneDownBGSupp.c | 113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 115 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 119 rectIxXMinL = bbs_min( rectIxXMinL, rectIxXMaxL ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 120 rectIxYMinL = bbs_min( rectIxYMinL, rectIxYMaxL ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 219 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelContour() 221 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) 0 ); in bim_ToneDownBGSupp_BGGreyLevelContour() 222 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelContour() 265 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelContour() 267 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelContour() [all …]
|
D | HistoEq16.c | 83 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E ); in bim_createHistoOfSection16() 85 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E ); in bim_createHistoOfSection16() 87 sectionL.y1E = bbs_min( imgHeightL, sectionL.y1E ); in bim_createHistoOfSection16() 89 sectionL.y2E = bbs_min( imgHeightL, sectionL.y2E ); in bim_createHistoOfSection16()
|
D | HistoEq.c | 80 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E ); in bim_createHistoOfSection() 82 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E ); in bim_createHistoOfSection() 84 sectionL.y1E = bbs_min( imgHeightL, sectionL.y1E ); in bim_createHistoOfSection() 86 sectionL.y2E = bbs_min( imgHeightL, sectionL.y2E ); in bim_createHistoOfSection()
|
D | ComplexImage.c | 357 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_ComplexImage_copySection() 359 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_ComplexImage_copySection() 365 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_ComplexImage_copySection() 366 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_ComplexImage_copySection()
|
D | APhImage.c | 333 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_APhImage_copySection() 335 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_APhImage_copySection() 341 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_APhImage_copySection() 342 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_APhImage_copySection()
|
D | Flt16Image.c | 366 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_Flt16Image_copySection() 368 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_Flt16Image_copySection() 374 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_Flt16Image_copySection() 375 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_Flt16Image_copySection()
|
D | UInt8Image.c | 365 sectionL.x1E = bbs_min( sectionPtrA->x1E, sectionPtrA->x2E ); in bim_UInt8Image_copySection() 367 sectionL.y1E = bbs_min( sectionPtrA->y1E, sectionPtrA->y2E ); in bim_UInt8Image_copySection() 373 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E ); in bim_UInt8Image_copySection() 374 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E ); in bim_UInt8Image_copySection()
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Cluster2D.c | 228 xMinL = bbs_min( xMinL, vecPtrL->xE ); in bts_Cluster2D_boundingBox() 229 yMinL = bbs_min( yMinL, vecPtrL->yE ); in bts_Cluster2D_boundingBox() 626 int32 minBbpL = bbs_min( srcBbpL, dstBbpL ); in bts_Cluster2D_alt() 830 int32 minBbpL = bbs_min( srcBbpL, dstBbpL ); in bts_Cluster2D_alt()
|
D | Cluster3D.c | 170 xMinL = bbs_min( xMinL, vecPtrL->xE ); in bts_Cluster3D_boundingBox() 171 yMinL = bbs_min( yMinL, vecPtrL->yE ); in bts_Cluster3D_boundingBox()
|
D | IdCluster2D.c | 247 uint32 maxOutSizeL = bbs_min( outCluster1PtrA->allocatedSizeE, outCluster2PtrA->allocatedSizeE ); in bts_IdCluster2D_convertToEqivalentClusters()
|
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Math.h | 43 #define bbs_min( val1A, val2A ) ( ( val1A ) < ( val2A ) ? ( val1A ) : ( val2A ) ) macro
|