Lines Matching refs:ulPtrL
346 const uint16* ulPtrL = srcPtrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp() local
347 const uint16* urPtrL = ulPtrL + halfSrcWidthL - 1; in bim_UInt16ByteImage_warp()
348 const uint16* llPtrL = ulPtrL + ( srcHeightL - 1 ) * halfSrcWidthL; in bim_UInt16ByteImage_warp()
496 dstPixelL = *ulPtrL & 0x0FF; in bim_UInt16ByteImage_warp()
509 uint16 srcL = *( ulPtrL + khL ); in bim_UInt16ByteImage_warp()
514 valL = f1xL * ( *( ulPtrL + khL ) >> 8 ) + f2xL * ( *( ulPtrL + khL + 1 ) & 0x0FF ); in bim_UInt16ByteImage_warp()
553 ptr1L = ulPtrL + lL * halfSrcWidthL; in bim_UInt16ByteImage_warp()
646 const uint8* ulPtrL = ( const uint8* )srcPtrA->arrE.arrPtrE; in bim_UInt16ByteImage_warp8() local
647 const uint8* urPtrL = ulPtrL + srcWidthL - 1; in bim_UInt16ByteImage_warp8()
648 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL; in bim_UInt16ByteImage_warp8()
789 *dstPtrL++ = *ulPtrL; in bim_UInt16ByteImage_warp8()
800 valL = *( ulPtrL + kL ) * f1xL + *( ulPtrL + kL + 1 ) * f2xL; in bim_UInt16ByteImage_warp8()
829 ptr1L = ulPtrL + lL * srcWidthL; in bim_UInt16ByteImage_warp8()