Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c348 const uint16* llPtrL = ulPtrL + ( srcHeightL - 1 ) * halfSrcWidthL; in bim_UInt16ByteImage_warp() local
349 const uint16* lrPtrL = llPtrL + halfSrcWidthL - 1; in bim_UInt16ByteImage_warp()
524 dstPixelL = *llPtrL & 0x0FF; in bim_UInt16ByteImage_warp()
537 uint16 srcL = *( llPtrL + khL ); in bim_UInt16ByteImage_warp()
542 valL = f1xL * ( *( llPtrL + khL ) >> 8 ) + f2xL * ( *( llPtrL + khL + 1 ) & 0x0FF ); in bim_UInt16ByteImage_warp()
648 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL; in bim_UInt16ByteImage_warp8() local
649 const uint8* lrPtrL = llPtrL + srcWidthL - 1; in bim_UInt16ByteImage_warp8()
809 *dstPtrL++ = *llPtrL; in bim_UInt16ByteImage_warp8()
820 valL = *( llPtrL + kL ) * f1xL + *( llPtrL + kL + 1 ) * f2xL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c534 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL; in bim_UInt8Image_warpOffs() local
535 const uint8* lrPtrL = llPtrL + srcWidthL - 1; in bim_UInt8Image_warpOffs()
702 *dstPtrL++ = *llPtrL; in bim_UInt8Image_warpOffs()
713 valL = *( llPtrL + kL ) * f1xL + *( llPtrL + kL + 1 ) * f2xL; in bim_UInt8Image_warpOffs()