Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:bbpL

540 	const uint16 bbpL = 16;
543 /* The bbp for all these variables is the same as bbpL */
569 shiftL = invAlt2DL.matE.bbpE - bbpL;
593 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) );
604 /* invAlt2DL.matE.bbpE = bbpL; nonsense! */
606 shiftL = invAlt2DL.vecE.bbpE - bbpL;
624 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) );
632 /* invAlt2DL.vecE.bbpE = bbpL; nonsense! */
635 txL += xOffsA << bbpL;
636 tyL += yOffsA << bbpL;
645 const uint16 bbpLby2L = bbpL / 2;
647 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL );
663 kL = xL >> bbpL;
664 lL = yL >> bbpL;
741 /* assuming that bbpL = bbpLby2 * 2 */
745 /* The bbp for these variables is bbpL */
746 const int32 halfL = 0x00000001 << ( bbpL - 1 );
755 *dstPtrL++ = valL >> bbpL;