Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:shiftL

538 	int32 shiftL;
569 shiftL = invAlt2DL.matE.bbpE - bbpL;
570 if( shiftL >= 0 )
572 mxxL = invAlt2DL.matE.xxE >> shiftL;
573 mxyL = invAlt2DL.matE.xyE >> shiftL;
574 myxL = invAlt2DL.matE.yxE >> shiftL;
575 myyL = invAlt2DL.matE.yyE >> shiftL;
580 maxInt32Value8bbpL >>= -shiftL;
593 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) );
597 mxxL = invAlt2DL.matE.xxE << -shiftL;
598 mxyL = invAlt2DL.matE.xyE << -shiftL;
599 myxL = invAlt2DL.matE.yxE << -shiftL;
600 myyL = invAlt2DL.matE.yyE << -shiftL;
601 maxInt32Value8bbpL <<= -shiftL;
606 shiftL = invAlt2DL.vecE.bbpE - bbpL;
607 if( shiftL >= 0 )
609 txL = invAlt2DL.vecE.xE >> shiftL;
610 tyL = invAlt2DL.vecE.yE >> shiftL;
615 maxInt32Value8bbpL >>= -shiftL;
624 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) );
627 txL = invAlt2DL.vecE.xE << -shiftL;
628 tyL = invAlt2DL.vecE.yE << -shiftL;
629 maxInt32Value8bbpL <<= -shiftL;