Home
last modified time | relevance | path

Searched refs:maxScaleE (Results 1 – 5 of 5) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanDetector.c47 ptrA->maxScaleE = 0; in bbf_ScanDetector_init()
75 ptrA->maxScaleE = 0; in bbf_ScanDetector_exit()
244 ptrA->maxScaleE = ptrA->maxDefScaleE; in bbf_ScanDetector_memRead()
276 ptrA->maxScaleE, in bbf_ScanDetector_memRead()
314 scannerPtrL->maxScaleE = ptrA->maxScaleE; in bbf_ScanDetector_process()
DScanner.c455 ptrA->maxScaleE = 0; in bbf_Scanner_init()
495 ptrA->maxScaleE = 0; in bbf_Scanner_exit()
538 ptrA->maxScaleE = srcPtrA->maxScaleE; in bbf_Scanner_copy()
556 if( ptrA->maxScaleE != srcPtrA->maxScaleE ) return FALSE; in bbf_Scanner_equal()
651 ptrA->maxScaleE = maxScaleA; in bbf_Scanner_create()
695 memSizeL += bbs_SIZEOF16( ptrA->maxScaleE ); in bbf_Scanner_memSize()
717 memPtrA += bbs_memWrite32( &ptrA->maxScaleE, memPtrA ); in bbf_Scanner_memWrite()
743 memPtrA += bbs_memRead32( &ptrA->maxScaleE, memPtrA ); in bbf_Scanner_memRead()
806 …if( ptrA->maxScaleE > 0 ) ptrA->effMaxScaleE = ptrA->effMaxScaleE < ptrA->maxScaleE ? ptrA->effMax… in bbf_Scanner_assign()
DScanDetector.h55 uint32 maxScaleE; member
DScanner.h141 uint32 maxScaleE; member
/external/neven/Embedded/common/src/b_APIEm/
DBFFaceFinder.c121 return ( ( ptrA->detectorE.refDistanceE >> 8 ) * ( ptrA->detectorE.maxScaleE >> 12 ) ) >> 16; in bpi_BFFaceFinder_getMaxEyeDistance()
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()