HomeSort by relevance Sort by last modified time
    Searched refs:currentWidthE (Results 1 - 4 of 4) sorted by null

  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c 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 )
    [all...]
LocalScanner.h 64 uint32 currentWidthE;
Scanner.h 66 uint32 currentWidthE;
LocalScanner.c 193 ptrA->currentWidthE = wL;
197 ptrA->workScanRegionE = bts_Int16Rect_create( 0, 0, ptrA->currentWidthE, ptrA->currentHeightE );
325 ptrA->workScanRegionE.x2E = ( xMaxL > ( int32 )ptrA->currentWidthE ) ? ptrA->currentWidthE : xMaxL;
346 ptrA->currentWidthE = 0;
380 ptrA->currentWidthE = 0;

Completed in 459 milliseconds