Lines Matching refs:x0L
303 int32 x0L = xL >> 16;
314 uint32 idxL = y0L * w1L + x0L;
332 int32 x0L = xL >> 16;
344 if( x0L < 0 )
348 else if( x0L >= ( int32 )w1L - 1 )
354 *dstL++ = ( ( uint32 )srcL[ x0L ] * xf1L + ( uint32 )srcL[ x0L + 1 ] * xf2L + 0x08000 ) >> 16;
359 if( x0L < 0 )
363 else if( x0L >= ( int32 )w1L - 1 )
369 uint32 idxL = ( h1L - 1 ) * w1L + x0L;
375 if( x0L < 0 )
380 else if( x0L >= ( int32 )w1L - 1 )
387 uint32 idxL = y0L * w1L + x0L;
653 int32 x0L = ( ( xL >> 15 ) + 1 ) >> 1;
660 if( x0L < 0 )
664 else if( x0L >= ( int32 )w1L - 1 )
670 *dstL++ = srcL[ x0L ];
675 if( x0L < 0 )
679 else if( x0L >= ( int32 )w1L - 1 )
685 *dstL++ = srcL[ ( h1L - 1 ) * w1L + x0L ];
690 if( x0L < 0 )
694 else if( x0L >= ( int32 )w1L - 1 )
700 *dstL++ = srcL[ y0L * w1L + x0L ];