Lines Matching refs:bbpL
354 const uint16 bbpL = 16; in bim_UInt16ByteImage_warp() local
383 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt16ByteImage_warp()
407 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp()
417 invAlt2DL.matE.bbpE = bbpL; in bim_UInt16ByteImage_warp()
419 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt16ByteImage_warp()
437 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp()
444 invAlt2DL.vecE.bbpE = bbpL; in bim_UInt16ByteImage_warp()
453 const uint16 bbpLby2L = bbpL / 2; in bim_UInt16ByteImage_warp()
455 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL ); in bim_UInt16ByteImage_warp()
474 kL = xL >> bbpL; in bim_UInt16ByteImage_warp()
475 lL = yL >> bbpL; in bim_UInt16ByteImage_warp()
575 const int32 halfL = ( int32 )0x00000001 << ( bbpL - 1 ); in bim_UInt16ByteImage_warp()
602 dstPixelL = valL >> bbpL; in bim_UInt16ByteImage_warp()
654 const uint16 bbpL = 16; in bim_UInt16ByteImage_warp8() local
682 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt16ByteImage_warp8()
706 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp8()
716 invAlt2DL.matE.bbpE = bbpL; in bim_UInt16ByteImage_warp8()
718 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt16ByteImage_warp8()
736 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp8()
743 invAlt2DL.vecE.bbpE = bbpL; in bim_UInt16ByteImage_warp8()
752 const uint16 bbpLby2L = bbpL / 2; in bim_UInt16ByteImage_warp8()
754 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL ); in bim_UInt16ByteImage_warp8()
770 kL = xL >> bbpL; in bim_UInt16ByteImage_warp8()
771 lL = yL >> bbpL; in bim_UInt16ByteImage_warp8()
853 const int32 halfL = ( int32 )0x00000001 << ( bbpL - 1 ); in bim_UInt16ByteImage_warp8()
862 *dstPtrL++ = valL >> bbpL; in bim_UInt16ByteImage_warp8()