Searched refs:detectorE (Results 1 – 2 of 2) sorted by relevance
57 bbf_ScanDetector_init( cpA, &ptrA->detectorE ); in bpi_BFFaceFinder_init()68 bbf_ScanDetector_exit( cpA, &ptrA->detectorE ); in bpi_BFFaceFinder_exit()88 bbf_ScanDetector_copy( cpA, &ptrA->detectorE, &srcPtrA->detectorE ); in bpi_BFFaceFinder_copy()98 if( !bbf_ScanDetector_equal( cpA, &ptrA->detectorE, &srcPtrA->detectorE ) ) return FALSE; in bpi_BFFaceFinder_equal()114 return ( ( ptrA->detectorE.refDistanceE >> 8 ) * ( ptrA->detectorE.minScaleE >> 12 ) ) >> 16; in bpi_BFFaceFinder_getMinEyeDistance()121 return ( ( ptrA->detectorE.refDistanceE >> 8 ) * ( ptrA->detectorE.maxScaleE >> 12 ) ) >> 16; in bpi_BFFaceFinder_getMaxEyeDistance()138 ptrA->detectorE.minScaleE = ( ( distA << 16 ) / ( ptrA->detectorE.refDistanceE >> 8 ) ) << 12; in bpi_BFFaceFinder_setMinEyeDistance()139 if( ptrA->detectorE.minScaleE < 0x100000 /* 1.0 */ ) ptrA->detectorE.minScaleE = 0x100000; in bpi_BFFaceFinder_setMinEyeDistance()150 ptrA->detectorE.maxScaleE = 0; /* unlimited */ in bpi_BFFaceFinder_setMaxEyeDistance()154 ptrA->detectorE.maxScaleE = ( ( distA << 16 ) / ( ptrA->detectorE.refDistanceE >> 8 ) ) << 12; in bpi_BFFaceFinder_setMaxEyeDistance()[all …]
59 struct bbf_ScanDetector detectorE; member