• Home
  • Raw
  • Download

Lines Matching refs:yL

176 				int32 xL, yL;  in bim_filterWarpInterpolation()  local
178 yL = tyL; in bim_filterWarpInterpolation()
180 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpInterpolation()
182 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpInterpolation()
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
186 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpInterpolation()
188 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpInterpolation()
190 yL = tyL + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
192 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpInterpolation()
194 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpInterpolation()
196 yL = tyL + myxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()
198 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpInterpolation()
200 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpInterpolation()
272 int32 xL, yL; in bim_filterWarpInterpolation() local
277 yL = tyL >> 16; in bim_filterWarpInterpolation()
278 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
281 yL = ( tyL + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
282 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
285 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
286 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
290 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
300 int32 yL = tyL + myyL * jL; in bim_filterWarpInterpolation() local
304 int32 y0L = yL >> 16; in bim_filterWarpInterpolation()
306 uint32 yf2L = yL & 0x0FFFF; in bim_filterWarpInterpolation()
311 yL += myxL; in bim_filterWarpInterpolation()
329 int32 yL = tyL + myyL * jL; in bim_filterWarpInterpolation() local
333 int32 y0L = yL >> 16; in bim_filterWarpInterpolation()
335 uint32 yf2L = yL & 0x0FFFF; in bim_filterWarpInterpolation()
340 yL += myxL; in bim_filterWarpInterpolation()
508 int32 xL, yL; in bim_filterWarpPixelReplication() local
510 yL = tyL; in bim_filterWarpPixelReplication()
512 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpPixelReplication()
514 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpPixelReplication()
516 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
518 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpPixelReplication()
520 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpPixelReplication()
522 yL = tyL + myyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
524 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpPixelReplication()
526 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpPixelReplication()
528 yL = tyL + myxL * ( int32 )dstWidthA; in bim_filterWarpPixelReplication()
530 yMinL = yL < yMinL ? yL : yMinL; in bim_filterWarpPixelReplication()
532 yMaxL = yL > yMaxL ? yL : yMaxL; in bim_filterWarpPixelReplication()
604 int32 xL, yL; in bim_filterWarpPixelReplication() local
609 yL = tyL >> 16; in bim_filterWarpPixelReplication()
610 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
613 yL = ( tyL + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
614 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
617 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
618 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
621 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
622 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
632 int32 yL = tyL + myyL * jL; in bim_filterWarpPixelReplication() local
636 *dstL++ = srcL[ ( ( ( yL >> 15 ) + 1 ) >> 1 ) * w1L + ( ( ( xL >> 15 ) + 1 ) >> 1 ) ]; in bim_filterWarpPixelReplication()
638 yL += myxL; in bim_filterWarpPixelReplication()
649 int32 yL = tyL + myyL * jL; in bim_filterWarpPixelReplication() local
654 int32 y0L = ( ( yL >> 15 ) + 1 ) >> 1; in bim_filterWarpPixelReplication()
656 yL += myxL; in bim_filterWarpPixelReplication()