Home
last modified time | relevance | path

Searched refs:scaleE (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c257 stepL = ptrA->scaleE >> ( ptrA->scaleExpE + 4 ); in bbf_Scanner_createBitImage()
427 ptrA->scaleE = 0; in bbf_Scanner_init()
467 ptrA->scaleE = 0; in bbf_Scanner_exit()
516 ptrA->scaleE = srcPtrA->scaleE; in bbf_Scanner_copy()
593 *xPtrA = ( int32 )( ptrA->xE - ptrA->borderWidthE ) * ( int32 )( ptrA->scaleE >> 4 ); in bbf_Scanner_pos()
596 *yPtrA = ( int32 )( ptrA->yE - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 ); in bbf_Scanner_pos()
599 *scalePtrA = ptrA->scaleE; in bbf_Scanner_pos()
611 *xPtrA = ( int32 )( xL - ptrA->borderWidthE ) * ( int32 )( ptrA->scaleE >> 4 ); in bbf_Scanner_idxPos()
614 *yPtrA = ( int32 )( yL - ptrA->borderHeightE ) * ( int32 )( ptrA->scaleE >> 4 ); in bbf_Scanner_idxPos()
616 *scalePtrA = ptrA->scaleE; in bbf_Scanner_idxPos()
[all …]
DScanner.h54 uint32 scaleE; member