Lines Matching refs:bbpL
540 const uint16 bbpL = 16; in bim_UInt8Image_warpOffs() local
569 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt8Image_warpOffs()
593 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt8Image_warpOffs()
606 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt8Image_warpOffs()
624 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt8Image_warpOffs()
635 txL += xOffsA << bbpL; in bim_UInt8Image_warpOffs()
636 tyL += yOffsA << bbpL; in bim_UInt8Image_warpOffs()
645 const uint16 bbpLby2L = bbpL / 2; in bim_UInt8Image_warpOffs()
647 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL ); in bim_UInt8Image_warpOffs()
663 kL = xL >> bbpL; in bim_UInt8Image_warpOffs()
664 lL = yL >> bbpL; in bim_UInt8Image_warpOffs()
746 const int32 halfL = 0x00000001 << ( bbpL - 1 ); in bim_UInt8Image_warpOffs()
755 *dstPtrL++ = valL >> bbpL; in bim_UInt8Image_warpOffs()