Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c172 int32 yMaxL = 0x80000000; in bim_filterWarpInterpolation() local
182 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpInterpolation()
188 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpInterpolation()
194 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpInterpolation()
200 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpInterpolation()
204 yMaxL = ( yMaxL >> 16 ) + 2; in bim_filterWarpInterpolation()
214 yMaxL = 0 > yMaxL ? 0 : yMaxL; in bim_filterWarpInterpolation()
216 yMaxL = ( int32 )h0L < yMaxL ? h0L : yMaxL; in bim_filterWarpInterpolation()
219 hEffL = yMaxL - yMinL; in bim_filterWarpInterpolation()
504 int32 yMaxL = 0x80000000; in bim_filterWarpPixelReplication() local
[all …]
/external/neven/Embedded/common/src/b_TensorEm/
DCluster3D.c164 int32 yMaxL = 0; in bts_Cluster3D_boundingBox() local
173 yMaxL = bbs_max( yMaxL, vecPtrL->yE ); in bts_Cluster3D_boundingBox()
177 return bts_Int16Rect_create( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )yMaxL ); in bts_Cluster3D_boundingBox()
DCluster2D.c222 int32 yMaxL = -65536; in bts_Cluster2D_boundingBox() local
231 yMaxL = bbs_max( yMaxL, vecPtrL->yE ); in bts_Cluster2D_boundingBox()
235 return bts_Int16Rect_create( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )yMaxL ); in bts_Cluster2D_boundingBox()
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c322 int32 yMaxL = ptrA->origScanRegionE.y2E >> ptrA->scaleExpE; in bbf_LocalScanner_setWorkScanRegion() local
326 …ptrA->workScanRegionE.y2E = ( yMaxL > ( int32 )ptrA->currentHeightE ) ? ptrA->currentHeightE : yMa… in bbf_LocalScanner_setWorkScanRegion()