Lines Matching refs:myyL
96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpInterpolation() local
118 myyL = invAltL.matE.yyE << shlL; in bim_filterWarpInterpolation()
126 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
152 uint32 ayyL = ( myyL >= 0 ) ? myyL : -myyL; in bim_filterWarpInterpolation()
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
190 yL = tyL + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
247 myyL >>= scaleExpL; in bim_filterWarpInterpolation()
285 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
300 int32 yL = tyL + myyL * jL; in bim_filterWarpInterpolation()
329 int32 yL = tyL + myyL * jL; in bim_filterWarpInterpolation()
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpPixelReplication() local
450 myyL = invAltL.matE.yyE << shlL; in bim_filterWarpPixelReplication()
458 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()
484 uint32 ayyL = ( myyL >= 0 ) ? myyL : -myyL; in bim_filterWarpPixelReplication()
516 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
522 yL = tyL + myyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
579 myyL >>= scaleExpL; in bim_filterWarpPixelReplication()
617 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
621 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
632 int32 yL = tyL + myyL * jL; in bim_filterWarpPixelReplication()
649 int32 yL = tyL + myyL * jL; in bim_filterWarpPixelReplication()