HomeSort by relevance Sort by last modified time
    Searched refs:scaleE (Results 1 - 2 of 2) 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;

Completed in 142 milliseconds