HomeSort by relevance Sort by last modified time
    Searched refs:detectorE (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c 57 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.maxScaleE >> 12 ) ) >> 16
    [all...]
BFFaceFinder.h 59 struct bbf_ScanDetector detectorE;

Completed in 46 milliseconds