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

  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c 257 stepL = ptrA->scaleE >> ( ptrA->scaleExpE + 4 );
427 ptrA->scaleE = 0;
467 ptrA->scaleE = 0;
516 ptrA->scaleE = srcPtrA->scaleE;
593 *xPtrA = ( int32 )( ptrA->xE - ptrA->borderWidthE ) * ( int32 )( ptrA->scaleE >> 4 );
596 *yPtrA = ( int32 )( ptrA->yE - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 );
599 *scalePtrA = ptrA->scaleE;
611 *xPtrA = ( int32 )( xL - ptrA->borderWidthE ) * ( int32 )( ptrA->scaleE >> 4 );
614 *yPtrA = ( int32 )( yL - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 )
    [all...]
Scanner.h 54 uint32 scaleE;
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]

Completed in 90 milliseconds