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

  /external/neven/Embedded/common/src/b_TensorEm/
Functions.c 47 uint32 maxL = bbs_max( ( uint32 )bbs_abs( v1A ), ( uint32 )bbs_abs( v2A ) );
56 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v2A ) );
57 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v3A ) );
66 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v2A ) );
67 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v3A ) );
68 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v4A ) );
Cluster2D.c 230 xMaxL = bbs_max( xMaxL, vecPtrL->xE );
231 yMaxL = bbs_max( yMaxL, vecPtrL->yE );
784 maxL = bbs_max( bbs_max( ppL, pmL ), bbs_max( mpL, mmL ) );
955 bbp_enumL = ( srcBbpL - sh0L ) + ( bbs_max( srcBbpL, dstBbpL ) - sh1L );
Cluster3D.c 172 xMaxL = bbs_max( xMaxL, vecPtrL->xE );
173 yMaxL = bbs_max( yMaxL, vecPtrL->yE );
Flt16Mat3D.c 206 int32 shiftL = bbs_max( bbs_max( xShiftL, yShiftL ), zShiftL );
  /external/neven/Embedded/common/src/b_ImageEm/
ToneDownBGSupp.c 111 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 );
112 rectIxXMaxL = bbs_max( rectXMaxL, ( int16 ) 0 );
114 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 );
155 ctrL += bbs_max( 0, rectIxXMinL );
217 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 );
218 rectIxXMaxL = bbs_max( rectXMaxL, ( int16 ) 0 );
220 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 );
264 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 );
266 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 );
360 rectIxXMinL = bbs_max( rectXMinL, 0 )
    [all...]
HistoEq.c 79 sectionL.x1E = bbs_max( 0, sectionL.x1E );
81 sectionL.x2E = bbs_max( 0, sectionL.x2E );
83 sectionL.y1E = bbs_max( 0, sectionL.y1E );
85 sectionL.y2E = bbs_max( 0, sectionL.y2E );
HistoEq16.c 82 sectionL.x1E = bbs_max( 0, sectionL.x1E );
84 sectionL.x2E = bbs_max( 0, sectionL.x2E );
86 sectionL.y1E = bbs_max( 0, sectionL.y1E );
88 sectionL.y2E = bbs_max( 0, sectionL.y2E );
APhImage.c 334 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E );
336 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
339 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E );
340 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
ComplexImage.c 358 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E );
360 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
363 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E );
364 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
Flt16Image.c 367 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E );
369 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
372 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E );
373 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
UInt8Image.c 366 sectionL.x2E = bbs_max( sectionPtrA->x1E, sectionPtrA->x2E );
368 sectionL.y2E = bbs_max( sectionPtrA->y1E, sectionPtrA->y2E );
371 srcImageSubSectionL.x1E = bbs_max( 0, sectionL.x1E );
372 srcImageSubSectionL.y1E = bbs_max( 0, sectionL.y1E );
  /external/neven/Embedded/common/src/b_BasicEm/
Math.h 40 #define bbs_max( val1A, val2A ) ( ( val1A ) > ( val2A ) ? ( val1A ) : ( val2A ) ) macro

Completed in 601 milliseconds