Searched refs:halfSrcWidthL (Results 1 – 1 of 1) sorted by relevance
341 long halfSrcWidthL = srcWidthL >> 1; in bim_UInt16ByteImage_warp() local347 const uint16* urPtrL = ulPtrL + halfSrcWidthL - 1; in bim_UInt16ByteImage_warp()348 const uint16* llPtrL = ulPtrL + ( srcHeightL - 1 ) * halfSrcWidthL; in bim_UInt16ByteImage_warp()349 const uint16* lrPtrL = llPtrL + halfSrcWidthL - 1; in bim_UInt16ByteImage_warp()553 ptr1L = ulPtrL + lL * halfSrcWidthL; in bim_UInt16ByteImage_warp()555 ptr2L = ptr1L + halfSrcWidthL; in bim_UInt16ByteImage_warp()565 valL = f1yL * ( *( ptr1L + halfSrcWidthL - 1 ) >> 8 ) + in bim_UInt16ByteImage_warp()566 f2yL * ( *( ptr2L + halfSrcWidthL - 1 ) >> 8 ); in bim_UInt16ByteImage_warp()