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

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

Completed in 413 milliseconds