Lines Matching refs:xL
176 int32 xL, yL; in bim_filterWarpInterpolation() local
177 xL = txL; in bim_filterWarpInterpolation()
179 xMinL = xL < xMinL ? xL : xMinL; in bim_filterWarpInterpolation()
181 xMaxL = xL > xMaxL ? xL : xMaxL; in bim_filterWarpInterpolation()
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
185 xMinL = xL < xMinL ? xL : xMinL; in bim_filterWarpInterpolation()
187 xMaxL = xL > xMaxL ? xL : xMaxL; in bim_filterWarpInterpolation()
189 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
191 xMinL = xL < xMinL ? xL : xMinL; in bim_filterWarpInterpolation()
193 xMaxL = xL > xMaxL ? xL : xMaxL; in bim_filterWarpInterpolation()
195 xL = txL + mxxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()
197 xMinL = xL < xMinL ? xL : xMinL; in bim_filterWarpInterpolation()
199 xMaxL = xL > xMaxL ? xL : xMaxL; in bim_filterWarpInterpolation()
272 int32 xL, yL; in bim_filterWarpInterpolation() local
276 xL = txL >> 16; in bim_filterWarpInterpolation()
278 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
280 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
282 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
284 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
286 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
288 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
290 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
299 int32 xL = txL + mxyL * jL; in bim_filterWarpInterpolation() local
303 int32 x0L = xL >> 16; in bim_filterWarpInterpolation()
305 uint32 xf2L = xL & 0x0FFFF; in bim_filterWarpInterpolation()
310 xL += mxxL; in bim_filterWarpInterpolation()
328 int32 xL = txL + mxyL * jL; in bim_filterWarpInterpolation() local
332 int32 x0L = xL >> 16; in bim_filterWarpInterpolation()
334 uint32 xf2L = xL & 0x0FFFF; in bim_filterWarpInterpolation()
339 xL += mxxL; in bim_filterWarpInterpolation()
508 int32 xL, yL; in bim_filterWarpPixelReplication() local
509 xL = txL; in bim_filterWarpPixelReplication()
511 xMinL = xL < xMinL ? xL : xMinL; in bim_filterWarpPixelReplication()
513 xMaxL = xL > xMaxL ? xL : xMaxL; in bim_filterWarpPixelReplication()
515 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
517 xMinL = xL < xMinL ? xL : xMinL; in bim_filterWarpPixelReplication()
519 xMaxL = xL > xMaxL ? xL : xMaxL; in bim_filterWarpPixelReplication()
521 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
523 xMinL = xL < xMinL ? xL : xMinL; in bim_filterWarpPixelReplication()
525 xMaxL = xL > xMaxL ? xL : xMaxL; in bim_filterWarpPixelReplication()
527 xL = txL + mxxL * ( int32 )dstWidthA; in bim_filterWarpPixelReplication()
529 xMinL = xL < xMinL ? xL : xMinL; in bim_filterWarpPixelReplication()
531 xMaxL = xL > xMaxL ? xL : xMaxL; in bim_filterWarpPixelReplication()
604 int32 xL, yL; in bim_filterWarpPixelReplication() local
608 xL = txL >> 16; in bim_filterWarpPixelReplication()
610 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
612 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
614 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
616 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
618 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
620 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
622 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
631 int32 xL = txL + mxyL * jL; in bim_filterWarpPixelReplication() local
636 *dstL++ = srcL[ ( ( ( yL >> 15 ) + 1 ) >> 1 ) * w1L + ( ( ( xL >> 15 ) + 1 ) >> 1 ) ]; in bim_filterWarpPixelReplication()
637 xL += mxxL; in bim_filterWarpPixelReplication()
648 int32 xL = txL + mxyL * jL; in bim_filterWarpPixelReplication() local
653 int32 x0L = ( ( xL >> 15 ) + 1 ) >> 1; in bim_filterWarpPixelReplication()
655 xL += mxxL; in bim_filterWarpPixelReplication()