OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minScaleE
(Results
1 - 5
of
5
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h
52
uint32
minScaleE
;
ScanDetector.c
46
ptrA->
minScaleE
= 0;
74
ptrA->
minScaleE
= 0;
243
ptrA->
minScaleE
= ptrA->minDefScaleE;
275
ptrA->
minScaleE
,
313
scannerPtrL->
minScaleE
= ptrA->
minScaleE
;
Scanner.c
454
ptrA->
minScaleE
= 0;
494
ptrA->
minScaleE
= 0;
537
ptrA->
minScaleE
= srcPtrA->
minScaleE
;
555
if( ptrA->
minScaleE
!= srcPtrA->
minScaleE
) return FALSE;
650
ptrA->
minScaleE
= minScaleA;
694
memSizeL += bbs_SIZEOF16( ptrA->
minScaleE
);
716
memPtrA += bbs_memWrite32( &ptrA->
minScaleE
, memPtrA );
742
memPtrA += bbs_memRead32( &ptrA->
minScaleE
, memPtrA )
[
all
...]
Scanner.h
138
uint32
minScaleE
;
/external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c
114
return ( ( ptrA->detectorE.refDistanceE >> 8 ) * ( ptrA->detectorE.
minScaleE
>> 12 ) ) >> 16;
138
ptrA->detectorE.
minScaleE
= ( ( distA << 16 ) / ( ptrA->detectorE.refDistanceE >> 8 ) ) << 12;
139
if( ptrA->detectorE.
minScaleE
< 0x100000 /* 1.0 */ ) ptrA->detectorE.
minScaleE
= 0x100000;
Completed in 44 milliseconds