Lines Matching refs:yMaxL
172 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
514 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpPixelReplication()
520 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpPixelReplication()
526 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpPixelReplication()
532 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpPixelReplication()
536 yMaxL = ( yMaxL >> 16 ) + 2; in bim_filterWarpPixelReplication()
546 yMaxL = 0 > yMaxL ? 0 : yMaxL; in bim_filterWarpPixelReplication()
548 yMaxL = ( int32 )h0L < yMaxL ? h0L : yMaxL; in bim_filterWarpPixelReplication()
551 hEffL = yMaxL - yMinL; in bim_filterWarpPixelReplication()