Searched refs:refDistanceE (Results 1 – 3 of 3) sorted by relevance
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()154 ptrA->detectorE.maxScaleE = ( ( distA << 16 ) / ( ptrA->detectorE.refDistanceE >> 8 ) ) << 12; in bpi_BFFaceFinder_setMaxEyeDistance()278 uint32 eyeDistL = ( ( ptrA->detectorE.refDistanceE >> 16 ) * scaleL ) >> 20; in bpi_BFFaceFinder_process()353 uint32 eyeDistL = ( ( ptrA->detectorE.refDistanceE >> 16 ) * scaleL ) >> 20; in bpi_BFFaceFinder_getFace()
64 ptrA->refDistanceE = 10; in bbf_ScanDetector_init()92 ptrA->refDistanceE = 0; in bbf_ScanDetector_exit()167 memSizeL += bbs_SIZEOF16( ptrA->refDistanceE ); in bbf_ScanDetector_memSize()195 memPtrA += bbs_memWrite32( &ptrA->refDistanceE, memPtrA ); in bbf_ScanDetector_memWrite()233 memPtrA += bbs_memRead32( &ptrA->refDistanceE, memPtrA ); in bbf_ScanDetector_memRead()
105 uint32 refDistanceE; member