Home
last modified time | relevance | path

Searched refs:ulPtrL (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c346 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()
[all …]
DUInt8Image.c532 const uint8* ulPtrL = srcPtrA->arrE.arrPtrE; in bim_UInt8Image_warpOffs() local
533 const uint8* urPtrL = ulPtrL + srcWidthL - 1; in bim_UInt8Image_warpOffs()
534 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL; in bim_UInt8Image_warpOffs()
682 *dstPtrL++ = *ulPtrL; in bim_UInt8Image_warpOffs()
693 valL = *( ulPtrL + kL ) * f1xL + *( ulPtrL + kL + 1 ) * f2xL; in bim_UInt8Image_warpOffs()
722 ptr1L = ulPtrL + lL * srcWidthL; in bim_UInt8Image_warpOffs()