OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxScaleE
(Results
1 - 5
of
5
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.h
55
uint32
maxScaleE
;
ScanDetector.c
47
ptrA->
maxScaleE
= 0;
75
ptrA->
maxScaleE
= 0;
244
ptrA->
maxScaleE
= ptrA->maxDefScaleE;
276
ptrA->
maxScaleE
,
314
scannerPtrL->
maxScaleE
= ptrA->
maxScaleE
;
Scanner.c
455
ptrA->
maxScaleE
= 0;
495
ptrA->
maxScaleE
= 0;
538
ptrA->
maxScaleE
= srcPtrA->
maxScaleE
;
556
if( ptrA->
maxScaleE
!= srcPtrA->
maxScaleE
) return FALSE;
651
ptrA->
maxScaleE
= maxScaleA;
695
memSizeL += bbs_SIZEOF16( ptrA->
maxScaleE
);
717
memPtrA += bbs_memWrite32( &ptrA->
maxScaleE
, memPtrA );
743
memPtrA += bbs_memRead32( &ptrA->
maxScaleE
, memPtrA )
[
all
...]
Scanner.h
141
uint32
maxScaleE
;
/external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c
121
return ( ( ptrA->detectorE.refDistanceE >> 8 ) * ( ptrA->detectorE.
maxScaleE
>> 12 ) ) >> 16;
150
ptrA->detectorE.
maxScaleE
= 0; /* unlimited */
154
ptrA->detectorE.
maxScaleE
= ( ( distA << 16 ) / ( ptrA->detectorE.refDistanceE >> 8 ) ) << 12;
Completed in 73 milliseconds