Lines Matching refs:bbpLby2L
453 const uint16 bbpLby2L = bbpL / 2; in bim_UInt16ByteImage_warp() local
454 const int32 oneL = ( int32 )0x00000001 << bbpLby2L; in bim_UInt16ByteImage_warp()
481 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp()
482 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp()
516 dstPixelL = valL >> bbpLby2L; 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()
752 const uint16 bbpLby2L = bbpL / 2; in bim_UInt16ByteImage_warp8() local
753 const int32 oneL = ( int32 )0x00000001 << bbpLby2L; in bim_UInt16ByteImage_warp8()
774 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp8()
775 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp8()
801 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt16ByteImage_warp8()
821 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt16ByteImage_warp8()
837 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt16ByteImage_warp8()
844 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt16ByteImage_warp8()