OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:effMaxScaleE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c
430
ptrA->
effMaxScaleE
= 0;
470
ptrA->
effMaxScaleE
= 0;
519
ptrA->
effMaxScaleE
= srcPtrA->
effMaxScaleE
;
804
ptrA->
effMaxScaleE
= maxHScaleL < maxVScaleL ? ( maxHScaleL << 4 ) : ( maxVScaleL << 4 );
806
if( ptrA->maxScaleE > 0 ) ptrA->
effMaxScaleE
= ptrA->
effMaxScaleE
< ptrA->maxScaleE ? ptrA->
effMaxScaleE
: ptrA->maxScaleE;
822
if( ptrA->scaleE + bbf_Scanner_scalePrd( ptrA->scaleE, ptrA->scaleStepE ) >= ptrA->
effMaxScaleE
) return FALSE;
[
all
...]
Scanner.h
63
uint32
effMaxScaleE
;
Completed in 33 milliseconds