Searched refs:yMaxL (Results 1 - 4 of 4) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DFunctions.c172 int32 yMaxL = 0x80000000; local
182 yMaxL = yL > yMaxL ? yL : yMaxL;
188 yMaxL = yL > yMaxL ? yL : yMaxL;
194 yMaxL = yL > yMaxL ? yL : yMaxL;
504 int32 yMaxL = 0x80000000; local
[all...]
/external/neven/Embedded/common/src/b_TensorEm/
H A DCluster3D.c164 int32 yMaxL = 0; local
173 yMaxL = bbs_max( yMaxL, vecPtrL->yE );
177 return bts_Int16Rect_create( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )yMaxL );
H A DCluster2D.c222 int32 yMaxL = -65536; local
231 yMaxL = bbs_max( yMaxL, vecPtrL->yE );
235 return bts_Int16Rect_create( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )yMaxL );
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.c322 int32 yMaxL = ptrA->origScanRegionE.y2E >> ptrA->scaleExpE; local
326 ptrA->workScanRegionE.y2E = ( yMaxL > ( int32 )ptrA->currentHeightE ) ? ptrA->currentHeightE : yMaxL;

Completed in 475 milliseconds