Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c456 uint16 dstPixelL; in bim_UInt16ByteImage_warp() local
496 dstPixelL = *ulPtrL & 0x0FF; in bim_UInt16ByteImage_warp()
501 dstPixelL = *urPtrL >> 8; in bim_UInt16ByteImage_warp()
516 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
524 dstPixelL = *llPtrL & 0x0FF; in bim_UInt16ByteImage_warp()
529 dstPixelL = *lrPtrL >> 8; in bim_UInt16ByteImage_warp()
545 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
560 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
567 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
602 dstPixelL = valL >> bbpL; in bim_UInt16ByteImage_warp()
[all …]