Searched refs:yMaxL (Results 1 – 4 of 4) sorted by relevance
172 int32 yMaxL = 0x80000000; in bim_filterWarpInterpolation() local182 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 …]
164 int32 yMaxL = 0; in bts_Cluster3D_boundingBox() local173 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()
222 int32 yMaxL = -65536; in bts_Cluster2D_boundingBox() local231 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()
322 int32 yMaxL = ptrA->origScanRegionE.y2E >> ptrA->scaleExpE; in bbf_LocalScanner_setWorkScanRegion() local326 …ptrA->workScanRegionE.y2E = ( yMaxL > ( int32 )ptrA->currentHeightE ) ? ptrA->currentHeightE : yMa… in bbf_LocalScanner_setWorkScanRegion()