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

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

Completed in 90 milliseconds