Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:shlL

114 		uint32 shlL = 16 - invAltL.matE.bbpE;
115 mxxL = invAltL.matE.xxE << shlL;
116 mxyL = invAltL.matE.xyE << shlL;
117 myxL = invAltL.matE.yxE << shlL;
118 myyL = invAltL.matE.yyE << shlL;
131 uint32 shlL = 16 - invAltL.vecE.bbpE;
132 txL = invAltL.vecE.xE << shlL;
133 tyL = invAltL.vecE.yE << shlL;
446 uint32 shlL = 16 - invAltL.matE.bbpE;
447 mxxL = invAltL.matE.xxE << shlL;
448 mxyL = invAltL.matE.xyE << shlL;
449 myxL = invAltL.matE.yxE << shlL;
450 myyL = invAltL.matE.yyE << shlL;
463 uint32 shlL = 16 - invAltL.vecE.bbpE;
464 txL = invAltL.vecE.xE << shlL;
465 tyL = invAltL.vecE.yE << shlL;