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 */
LocalScanDetector.c 608 int32 actL = ftrPtrL->vpActivityE( ftrPtrL, bbf_LocalScanner_getPatch( scnPtrL ) );
610 if( actL > bestActL )
612 bestActL = actL;
704 float actL = ( actArrL[ idxArrL[ iL ] ] + 128 ) >> 8;
705 if( actL < 0 ) break;
706 actSumL += actL;
L01Dns2x4Ftr.c 260 uint32 actL = ( bsL & 0x0FFFF );
261 return actL * ptrL->activityFactorE;
L01Tld2x4Ftr.c 267 uint32 actL = ( bs1L + ( bs1L >> 16 ) ) & 0x0FF;
268 return actL * ptrL->activityFactorE;