Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:bbpLby2L

453 			const uint16 bbpLby2L = bbpL / 2;
454 const int32 oneL = ( int32 )0x00000001 << bbpLby2L;
458 /* The bbp for all these variables is the same as bbpLby2L */
470 /* The bbpE for these variables is bbpLby2L */
481 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L;
482 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L;
506 /* The bbp has shifted left by bbpLby2L */
516 dstPixelL = valL >> bbpLby2L;
534 /* The bbp has shifted left by bbpLby2L */
545 dstPixelL = valL >> bbpLby2L;
560 dstPixelL = valL >> bbpLby2L;
567 dstPixelL = valL >> bbpLby2L;
752 const uint16 bbpLby2L = bbpL / 2;
753 const int32 oneL = ( int32 )0x00000001 << bbpLby2L;
756 /* The bbp for all these variables is the same as bbpLby2L */
766 /* The bbpE for these variables is bbpLby2L */
774 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L;
775 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L;
799 /* The bbp has shifted left by bbpLby2L */
801 *dstPtrL++ = valL >> bbpLby2L;
819 /* The bbp has shifted left by bbpLby2L */
821 *dstPtrL++ = valL >> bbpLby2L;
835 /* The bbp has shifted left by bbpLby2L */
837 *dstPtrL++ = valL >> bbpLby2L;
842 /* The bbp has shifted left by bbpLby2L */
844 *dstPtrL++ = valL >> bbpLby2L;
849 /* The bbp for these variables is bbpLby2L */
856 /* The bbp has shifted left by bbpLby2L */
859 /* The bbp has shifted left again by bbpLby2L */