OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 */
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;
L04Dns2x2Ftr.c
233
uint32
actL
= ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] );
234
return
actL
* ptrL->activityFactorE + sumL * ptrL->wShiftE;
L04Dns2x4Ftr.c
265
uint32
actL
= ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] );
266
return
actL
* ptrL->activityFactorE;
L04Dns3x3Ftr.c
285
uint32
actL
= ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] );
286
return
actL
* ptrL->activityFactorE;
L04Tld2x4Ftr.c
270
uint32
actL
= ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] );
271
return
actL
* ptrL->activityFactorE;
L06Dns3x3Ftr.c
290
uint32
actL
= ( ( bL[ 0 ] << 5 ) + ( bL[ 1 ] << 4 ) + ( bL[ 2 ] << 3 ) +
292
return
actL
* ptrL->activityFactorE;
L06Dns4x4Ftr.c
305
uint32
actL
= ( ( bL[ 0 ] << 5 ) + ( bL[ 1 ] << 4 ) + ( bL[ 2 ] << 3 ) +
308
return
actL
* ptrL->activityFactorE;
L06DnsNx4x4Ftr.c
314
uint32
actL
= ( ( bL[ 0 ] << 5 ) + ( bL[ 1 ] << 4 ) + ( bL[ 2 ] << 3 ) +
317
return
actL
* ptrL->activityFactorE;
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
;
/external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c
245
int32
actL
= 0;
263
actL
= outArrL[ 3 ]; /* 4.28 */
287
return (
actL
+ 0x10000000 ) >> 5; /*output range 0...1 in 8.24*/
318
int32
actL
= 0;
339
actL
= ptrA->faceDataBufferE[ indexA * 4 + 3 ]; /* 4.28 */
361
return (
actL
+ 0x10000000 ) >> 5; /*output range 0...1 in 8.24*/
Completed in 205 milliseconds