Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c430 ptrA->effMaxScaleE = 0; in bbf_Scanner_init()
470 ptrA->effMaxScaleE = 0; in bbf_Scanner_exit()
519 ptrA->effMaxScaleE = srcPtrA->effMaxScaleE; in bbf_Scanner_copy()
804 ptrA->effMaxScaleE = maxHScaleL < maxVScaleL ? ( maxHScaleL << 4 ) : ( maxVScaleL << 4 ); in bbf_Scanner_assign()
806 …if( ptrA->maxScaleE > 0 ) ptrA->effMaxScaleE = ptrA->effMaxScaleE < ptrA->maxScaleE ? ptrA->effMax… in bbf_Scanner_assign()
822 …if( ptrA->scaleE + bbf_Scanner_scalePrd( ptrA->scaleE, ptrA->scaleStepE ) >= ptrA->effMaxScaleE ) … in bbf_Scanner_nextScale()
DScanner.h63 uint32 effMaxScaleE; member