Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:xOffE

77 	int32 w1L = ( w0L - ptrA->xOffE ) >> 1;
80 const uint8* iArrL = ptrA->origImagePtrE + ptrA->xOffE + ptrA->yOffE * w0L;
344 ptrA->xOffE = 0;
378 ptrA->xOffE = 0;
461 *xPtrA = ( ( ptrA->xE << ptrA->scaleExpE ) + ptrA->xOffE ) << 16;
472 *xPtrA = ( ( xL << ptrA->scaleExpE ) + ptrA->xOffE ) << 16;
659 ptrA->xOffE = 0;
788 ptrA->xOffE++;
790 if( ptrA->xOffE == maxL )
792 ptrA->xOffE = 0;