Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c170 int32 yMinL = 0x7FFFFFFF; in bim_filterWarpInterpolation() local
180 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpInterpolation()
186 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpInterpolation()
192 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpInterpolation()
198 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpInterpolation()
206 yMinL >>= 16; in bim_filterWarpInterpolation()
210 yMinL = 0 > yMinL ? 0 : yMinL; in bim_filterWarpInterpolation()
212 yMinL = ( int32 )h0L < yMinL ? h0L : yMinL; in bim_filterWarpInterpolation()
219 hEffL = yMaxL - yMinL; in bim_filterWarpInterpolation()
233 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL ); in bim_filterWarpInterpolation()
[all …]
/external/neven/Embedded/common/src/b_TensorEm/
DCluster3D.c162 int32 yMinL = 65536; /*( 1 << 16 )*/ in bts_Cluster3D_boundingBox() local
171 yMinL = bbs_min( yMinL, vecPtrL->yE ); in bts_Cluster3D_boundingBox()
177 return bts_Int16Rect_create( ( int16 )xMinL, ( int16 )yMinL, ( int16 )xMaxL, ( int16 )yMaxL ); in bts_Cluster3D_boundingBox()
DCluster2D.c220 int32 yMinL = 65536; in bts_Cluster2D_boundingBox() local
229 yMinL = bbs_min( yMinL, 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.c320 int32 yMinL = ptrA->origScanRegionE.y1E >> ptrA->scaleExpE; in bbf_LocalScanner_setWorkScanRegion() local
324 ptrA->workScanRegionE.y1E = ( yMinL < 0 ) ? 0 : yMinL; in bbf_LocalScanner_setWorkScanRegion()