Searched defs:actL (Results 1 - 13 of 13) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DL01Dns2x4Ftr.c260 uint32 actL = ( bsL & 0x0FFFF ); local
261 return actL * ptrL->activityFactorE;
H A DL01Tld2x4Ftr.c267 uint32 actL = ( bs1L + ( bs1L >> 16 ) ) & 0x0FF; local
268 return actL * ptrL->activityFactorE;
H A DL04Dns2x2Ftr.c233 uint32 actL = ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] ); local
234 return actL * ptrL->activityFactorE + sumL * ptrL->wShiftE;
H A DL04Tld2x4Ftr.c270 uint32 actL = ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] ); local
271 return actL * ptrL->activityFactorE;
H A DSequence.c249 int32 actL = ptrL->ftrPtrArrE[ iL ]->vpActivityE( ptrL->ftrPtrArrE[ iL ], patchA ) - ptrL->thrArrE.arrPtrE[ iL ]; local
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 ]; local
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 */
H A DL04Dns2x4Ftr.c265 uint32 actL = ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] ); local
266 return actL * ptrL->activityFactorE;
H A DL04Dns3x3Ftr.c285 uint32 actL = ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] ); local
286 return actL * ptrL->activityFactorE;
H A DL06Dns3x3Ftr.c290 uint32 actL = ( ( bL[ 0 ] << 5 ) + ( bL[ 1 ] << 4 ) + ( bL[ 2 ] << 3 ) + local
292 return actL * ptrL->activityFactorE;
H A DL06Dns4x4Ftr.c305 uint32 actL = ( ( bL[ 0 ] << 5 ) + ( bL[ 1 ] << 4 ) + ( bL[ 2 ] << 3 ) + local
308 return actL * ptrL->activityFactorE;
H A DL06DnsNx4x4Ftr.c314 uint32 actL = ( ( bL[ 0 ] << 5 ) + ( bL[ 1 ] << 4 ) + ( bL[ 2 ] << 3 ) + local
317 return actL * ptrL->activityFactorE;
H A DScanDetector.c353 int32 actL = featurePtrL->vpActivityE( featurePtrL, bbf_Scanner_getPatch( scannerPtrL ) ); local
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; local
385 actL = featurePtrL->vpActivityE( featurePtrL, bbf_Scanner_getPatch( scannerPtrL ) );
386 if( actL > 0 )
389 actArrL[ kL ] = ( actArrL[ jL ] + actL ) >> 1;
393 if( actL > bestAct
410 int32 actL = ( bestActL >> 4 ) + ( ( ( int32 )( bestLvlL + 1 - ptrA->featuresE ) << 24 ) / ( int32 )ptrA->featuresE ); local
437 int32 actL = actArrL[ iL ]; local
[all...]
H A DLocalScanDetector.c608 int32 actL = ftrPtrL->vpActivityE( ftrPtrL, bbf_LocalScanner_getPatch( scnPtrL ) ); local
610 if( actL > bestActL )
612 bestActL = actL;
704 float actL = ( actArrL[ idxArrL[ iL ] ] + 128 ) >> 8; local
705 if( actL < 0 ) break;
706 actSumL += actL;
/external/neven/Embedded/common/src/b_APIEm/
H A DBFFaceFinder.c245 int32 actL = 0; local
263 actL = outArrL[ 3 ]; /* 4.28 */
287 return ( actL + 0x10000000 ) >> 5; /*output range 0...1 in 8.24*/
318 int32 actL = 0; local
339 actL = ptrA->faceDataBufferE[ indexA * 4 + 3 ]; /* 4.28 */
361 return ( actL + 0x10000000 ) >> 5; /*output range 0...1 in 8.24*/

Completed in 185 milliseconds