HomeSort by relevance Sort by last modified time
    Searched full:actl (Results 1 - 13 of 13) sorted by null

  /external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.c 353 int32 actL = featurePtrL->vpActivityE( featurePtrL, bbf_Scanner_getPatch( scannerPtrL ) );
354 if( actL > 0 )
356 bbf_Scanner_addIntPos( cpA, scannerPtrL, bbf_Scanner_scanIndex( scannerPtrL ), actL );
359 if( actL > bestActL )
361 bestActL = actL;
383 int32 actL;
385 actL = featurePtrL->vpActivityE( featurePtrL, bbf_Scanner_getPatch( scannerPtrL ) );
386 if( actL > 0 )
389 actArrL[ kL ] = ( actArrL[ jL ] + actL ) >> 1;
393 if( actL > bestActL
    [all...]
Sequence.c 249 int32 actL = ptrL->ftrPtrArrE[ iL ]->vpActivityE( ptrL->ftrPtrArrE[ iL ], patchA ) - ptrL->thrArrE.arrPtrE[ iL ];
250 actSumL += ( actL >> 8 );
251 if( actL < 0 ) return ( actSumL / sizeL ) << 7; /* return 4.28 */
259 int32 actL = ptrL->ftrPtrArrE[ iL ]->vpActivityE( ptrL->ftrPtrArrE[ iL ], patchA ) - ptrL->thrArrE.arrPtrE[ iL ];
261 actL = ( actL >> 16 ) * wgtL + ( ( ( int32 )( actL & 0x0000FFFF ) * wgtL ) >> 16 );
262 actSumL += ( actL >> 8 );
263 if( actL < 0 ) return ( actSumL / sizeL ) << 7; /* return 4.28 */