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

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DSequence.c240 int32 actSumL = ( -sizeL ) << 20; local
250 actSumL += ( actL >> 8 );
251 if( actL < 0 ) return ( actSumL / sizeL ) << 7; /* return 4.28 */
262 actSumL += ( actL >> 8 );
263 if( actL < 0 ) return ( actSumL / sizeL ) << 7; /* return 4.28 */
267 actSumL += sizeL << 20;
270 return ( actSumL / sizeL ) << 7; /* return 4.28 */
H A DLocalScanDetector.c701 int32 actSumL = 0; /* .20 */ local
706 actSumL += actL;
709 /* actSumL = average positive activity */
710 actSumL = ( iL > 0 ) ? actSumL / iL : 0;
712 confidenceL = ( ( ( int32 )iL << 20 ) - ( ( ( int32 )1 << 20 ) - actSumL ) ) / sizeL;

Completed in 215 milliseconds