HomeSort by relevance Sort by last modified time
    Searched refs:bestActL (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.c 339 int32 bestActL = ( int32 )0x80000000;
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 );
LocalScanDetector.c 594 int32 bestActL = 0x80000000;
610 if( actL > bestActL )
612 bestActL = actL;
623 if( bestActL > actArrL[ iL ] )
627 actArrL[ iL ] = bestActL;

Completed in 59 milliseconds