Searched refs:detectorE (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_APIEm/
H A DBFFaceFinder.c57 bbf_ScanDetector_init( cpA, &ptrA->detectorE );
68 bbf_ScanDetector_exit( cpA, &ptrA->detectorE );
88 bbf_ScanDetector_copy( cpA, &ptrA->detectorE, &srcPtrA->detectorE );
98 if( !bbf_ScanDetector_equal( cpA, &ptrA->detectorE, &srcPtrA->detectorE ) ) return FALSE;
114 return ( ( ptrA->detectorE.refDistanceE >> 8 ) * ( ptrA->detectorE.minScaleE >> 12 ) ) >> 16;
121 return ( ( ptrA->detectorE.refDistanceE >> 8 ) * ( ptrA->detectorE
[all...]
H A DBFFaceFinder.h59 struct bbf_ScanDetector detectorE; member in struct:bpi_BFFaceFinder

Completed in 78 milliseconds