Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:currentWidthE

276 	ptrA->currentWidthE  = xwoL;
431 ptrA->currentWidthE = 0;
471 ptrA->currentWidthE = 0;
520 ptrA->currentWidthE = srcPtrA->currentWidthE;
575 int32 wL = ( int32 )ptrA->currentWidthE - ptrA->patchWidthE;
584 return ptrA->yE * ptrA->currentWidthE + ptrA->xE;
607 int32 yL = scanIndexA / ptrA->currentWidthE;
608 int32 xL = scanIndexA - ( yL * ptrA->currentWidthE );
844 if( ( ptrA->xE + 1 ) < ( int32 )( ptrA->currentWidthE - ptrA->patchWidthE ) )
891 if( xA > ( int32 )( ptrA->currentWidthE - ptrA->patchWidthE ) )
979 int32 yL = scanIndexA / ptrA->currentWidthE;
980 int32 xL = scanIndexA - yL * ptrA->currentWidthE;
1254 y1L = i1L / ptrA->currentWidthE;
1255 x1L = i1L - ( y1L * ptrA->currentWidthE );
1263 int32 y2L = *i2pL / ptrA->currentWidthE;
1264 int32 x2L = *i2pL - ( y2L * ptrA->currentWidthE );