Home
last modified time | relevance | path

Searched refs:bestActL (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanDetector.c339 int32 bestActL = ( int32 )0x80000000; in bbf_ScanDetector_process() local
359 if( actL > bestActL ) in bbf_ScanDetector_process()
361 bestActL = actL; in bbf_ScanDetector_process()
378 bestActL = ( int32 )0x80000000; in bbf_ScanDetector_process()
393 if( actL > bestActL ) in bbf_ScanDetector_process()
395 bestActL = actL; in bbf_ScanDetector_process()
410 …int32 actL = ( bestActL >> 4 ) + ( ( ( int32 )( bestLvlL + 1 - ptrA->featuresE ) << 24 ) / ( int32… in bbf_ScanDetector_process()
DLocalScanDetector.c594 int32 bestActL = 0x80000000; in bbf_LocalScanDetector_process() local
610 if( actL > bestActL ) in bbf_LocalScanDetector_process()
612 bestActL = actL; in bbf_LocalScanDetector_process()
623 if( bestActL > actArrL[ iL ] ) in bbf_LocalScanDetector_process()
627 actArrL[ iL ] = bestActL; in bbf_LocalScanDetector_process()