Lines Matching refs:myxL

96 	int32 mxxL, mxyL, myxL, myyL, txL, tyL;  in bim_filterWarpInterpolation()  local
117 myxL = invAltL.matE.yxE << shlL; in bim_filterWarpInterpolation()
125 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
151 uint32 ayxL = ( myxL >= 0 ) ? myxL : -myxL; in bim_filterWarpInterpolation()
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
196 yL = tyL + myxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()
246 myxL >>= scaleExpL; in bim_filterWarpInterpolation()
281 yL = ( tyL + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
311 yL += myxL; in bim_filterWarpInterpolation()
340 yL += myxL; in bim_filterWarpInterpolation()
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpPixelReplication() local
449 myxL = invAltL.matE.yxE << shlL; in bim_filterWarpPixelReplication()
457 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()
483 uint32 ayxL = ( myxL >= 0 ) ? myxL : -myxL; in bim_filterWarpPixelReplication()
516 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
528 yL = tyL + myxL * ( int32 )dstWidthA; in bim_filterWarpPixelReplication()
578 myxL >>= scaleExpL; in bim_filterWarpPixelReplication()
613 yL = ( tyL + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
621 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
638 yL += myxL; in bim_filterWarpPixelReplication()
656 yL += myxL; in bim_filterWarpPixelReplication()