Lines Matching refs:bbpL
354 const uint16 bbpL = 16;
357 /* The bbp for all these variables is the same as bbpL */
383 shiftL = invAlt2DL.matE.bbpE - bbpL;
407 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) );
417 invAlt2DL.matE.bbpE = bbpL;
419 shiftL = invAlt2DL.vecE.bbpE - bbpL;
437 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) );
444 invAlt2DL.vecE.bbpE = bbpL;
453 const uint16 bbpLby2L = bbpL / 2;
455 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL );
474 kL = xL >> bbpL;
475 lL = yL >> bbpL;
571 /* assuming that bbpL = bbpLby2 * 2 */
572 /* The bbp for these variables is bbpL */
575 const int32 halfL = ( int32 )0x00000001 << ( bbpL - 1 );
602 dstPixelL = valL >> bbpL;
654 const uint16 bbpL = 16;
657 /* The bbp for all these variables is the same as bbpL */
682 shiftL = invAlt2DL.matE.bbpE - bbpL;
706 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) );
716 invAlt2DL.matE.bbpE = bbpL;
718 shiftL = invAlt2DL.vecE.bbpE - bbpL;
736 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) );
743 invAlt2DL.vecE.bbpE = bbpL;
752 const uint16 bbpLby2L = bbpL / 2;
754 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL );
770 kL = xL >> bbpL;
771 lL = yL >> bbpL;
848 /* assuming that bbpL = bbpLby2 * 2 */
852 /* The bbp for these variables is bbpL */
853 const int32 halfL = ( int32 )0x00000001 << ( bbpL - 1 );
862 *dstPtrL++ = valL >> bbpL;